-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump to version 0.7.1 and add change log
- Loading branch information
Showing
5 changed files
with
26 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
========== | ||
Change Log | ||
========== | ||
|
||
`0.7.1`_ - 2015-08-23 | ||
===================== | ||
|
||
Changed | ||
------- | ||
|
||
* Changed to depend on version >= 0.7.1 of gocd because of bug fixes. | ||
For more info see the `release notes`_ for py-gocd. | ||
|
||
.. _`release notes`: https://github.com/gaqzi/py-gocd/releases/tag/v.0.7.1 | ||
|
||
`0.7.0.3`_ - 2015-08-11 | ||
======================= | ||
|
||
Nothing much to say here, initial public release. :) | ||
|
||
.. _`0.7.1`: https://github.com/gaqzi/gocd-cli/compare/v0.7.0.3...v0.7.1 | ||
.. _`0.7.0.3`: https://github.com/gaqzi/gocd-cli/releases/tag/v0.7.0.3 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
__import__('pkg_resources').declare_namespace(__name__) | ||
|
||
__version__ = '0.7.0.3' | ||
__version__ = '0.7.1' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
gocd>=0.7,<1.0 | ||
gocd>=0.7.1,<1.0 | ||
tox | ||
mock==1.0.1 | ||
pytest | ||
|