We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ec0123 commit bd81601Copy full SHA for bd81601
CHANGES.md
@@ -2,7 +2,13 @@
2
3
## [Unreleased]
4
5
-[Unreleased]: https://github.com/nchammas/flintrock/compare/v0.4.0...master
+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
12
13
### Added
14
flintrock/__init__.py
@@ -1,2 +1,2 @@
1
# See: https://packaging.python.org/en/latest/distributing/#standards-compliance-for-interoperability
-__version__ = '0.5.0.dev0'
+__version__ = '0.5.0'
make-release.sh
@@ -1,3 +1,4 @@
+# Run full acceptance tests
# Update Flintrock version
# Update CHANGES
# Tag release on GitHub
0 commit comments