Skip to content

Commit bd81601

Browse files
committed
this is 0.5.0
1 parent 3ec0123 commit bd81601

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGES.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,13 @@
22

33
## [Unreleased]
44

5-
[Unreleased]: https://github.com/nchammas/flintrock/compare/v0.4.0...master
5+
Nothing notable yet.
6+
7+
[Unreleased]: https://github.com/nchammas/flintrock/compare/v0.5.0...master
8+
9+
## [0.5.0] - 2016-07-20
10+
11+
[0.5.0]: https://github.com/nchammas/flintrock/compare/v0.4.0...v0.5.0
612

713
### Added
814

flintrock/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# See: https://packaging.python.org/en/latest/distributing/#standards-compliance-for-interoperability
2-
__version__ = '0.5.0.dev0'
2+
__version__ = '0.5.0'

make-release.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# Run full acceptance tests
12
# Update Flintrock version
23
# Update CHANGES
34
# Tag release on GitHub

0 commit comments

Comments
 (0)