Skip to content

Commit db40a60

Browse files
committed
prepare 0.7.0 release
1 parent 58db4ba commit db40a60

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGES.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,13 @@
22

33
## [Unreleased]
44

5-
[Unreleased]: https://github.com/nchammas/flintrock/compare/v0.6.0...master
5+
[Unreleased]: https://github.com/nchammas/flintrock/compare/v0.7.0...master
6+
7+
Nothing notable yet.
8+
9+
## [0.7.0] - 2016-11-15
10+
11+
[0.7.0]: https://github.com/nchammas/flintrock/compare/v0.6.0...v0.7.0
612

713
### Added
814

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ unzip it to a location of your choice, and run the `flintrock` executable inside
101101
For example:
102102

103103
```sh
104-
flintrock_version="0.6.0"
104+
flintrock_version="0.7.0"
105105

106106
curl --location --remote-name "https://github.com/nchammas/flintrock/releases/download/v$flintrock_version/Flintrock-$flintrock_version-standalone-OSX-x86_64.zip"
107107
unzip -q -d flintrock "Flintrock-$flintrock_version-standalone-OSX-x86_64.zip"

flintrock/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# See: https://packaging.python.org/en/latest/distributing/#standards-compliance-for-interoperability
2-
__version__ = '0.7.0.dev0'
2+
__version__ = '0.7.0'

0 commit comments

Comments
 (0)