Skip to content

Commit

Permalink
prepare 0.7.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
nchammas committed Nov 15, 2016
1 parent 58db4ba commit db40a60
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.6.0...master
[Unreleased]: https://github.com/nchammas/flintrock/compare/v0.7.0...master

Nothing notable yet.

## [0.7.0] - 2016-11-15

[0.7.0]: https://github.com/nchammas/flintrock/compare/v0.6.0...v0.7.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.6.0"
flintrock_version="0.7.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.7.0.dev0'
__version__ = '0.7.0'

0 comments on commit db40a60

Please sign in to comment.