From db40a600dcf19292f4bdce9c25dc3b721175d288 Mon Sep 17 00:00:00 2001 From: Nicholas Chammas Date: Tue, 15 Nov 2016 00:51:26 -0500 Subject: [PATCH] prepare 0.7.0 release --- CHANGES.md | 8 +++++++- README.md | 2 +- flintrock/__init__.py | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 7df034de..cc7b8d78 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -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 diff --git a/README.md b/README.md index a132ae8e..3bc21b28 100644 --- a/README.md +++ b/README.md @@ -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" diff --git a/flintrock/__init__.py b/flintrock/__init__.py index 95b498b4..adb79f4a 100644 --- a/flintrock/__init__.py +++ b/flintrock/__init__.py @@ -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'