Skip to content

Commit

Permalink
this is v0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nchammas committed Aug 6, 2017
1 parent 5e5b9c3 commit 99f7871
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
8 changes: 7 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,13 @@

## [Unreleased]

[Unreleased]: https://github.com/nchammas/flintrock/compare/v0.8.0...master
[Unreleased]: https://github.com/nchammas/flintrock/compare/v0.9.0...master

Nothing notable yet.

## [0.9.0] - 2017-08-06

[0.9.0]: https://github.com/nchammas/flintrock/compare/v0.8.0...v0.9.0

### Added

Expand Down
2 changes: 1 addition & 1 deletion flintrock/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# See: https://packaging.python.org/en/latest/distributing/#standards-compliance-for-interoperability
__version__ = '0.9.0.dev0'
__version__ = '0.9.0'
4 changes: 2 additions & 2 deletions make-release.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Run full acceptance tests
# Update:
# - Flintrock version
# - Default Spark and Hadoop versions
# - Default Amazon Linux AMI
# Run full acceptance tests
# Update Flintrock version
# Update CHANGES
# - Check: https://github.com/nchammas/flintrock/pulls?q=is%3Apr+is%3Aclosed+label%3A%22needs+changelog%22
# - Update "Unreleased" section. "Nothing notable yet."
Expand Down

0 comments on commit 99f7871

Please sign in to comment.