Skip to content

Commit

Permalink
prepare 0.6.0 release
Browse files Browse the repository at this point in the history
Update Flintrock version, README, and CHANGES.
  • Loading branch information
nchammas committed Aug 28, 2016
1 parent 2964ab7 commit 9395cc9
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 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.5.0...master
[Unreleased]: https://github.com/nchammas/flintrock/compare/v0.6.0...master

Nothing notable yet.

## [0.6.0] - 2016-08-28

[0.6.0]: https://github.com/nchammas/flintrock/compare/v0.5.0...v0.6.0

### Added

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ unzip it to a location of your choice, and run the `flintrock` executable inside
For example:

```sh
flintrock_version="0.5.0"
flintrock_version="0.6.0"

curl --location --remote-name "https://github.com/nchammas/flintrock/releases/download/v$flintrock_version/Flintrock-$flintrock_version-standalone-OSX-x86_64.zip"
unzip -q -d flintrock "Flintrock-$flintrock_version-standalone-OSX-x86_64.zip"
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.6.0.dev0'
__version__ = '0.6.0'

0 comments on commit 9395cc9

Please sign in to comment.