We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bde4784 commit 00c275aCopy full SHA for 00c275a
CHANGELOG.rst
@@ -2,8 +2,8 @@
2
Change Log
3
==========
4
5
-0.9.0 - 2015-xx-yy
6
-==================
+`0.9.0`_ - 2015-10-26
+=====================
7
8
**Added**
9
@@ -71,6 +71,7 @@ Changed
71
72
Nothing much to say here, initial public release. :)
73
74
+.. _`0.9.0`: https://github.com/gaqzi/gocd-cli/compare/v0.8.0...v0.9.0
75
.. _`0.8.0`: https://github.com/gaqzi/gocd-cli/compare/v0.7.1...v0.8.0
76
.. _`0.7.1`: https://github.com/gaqzi/gocd-cli/compare/v0.7.0.3...v0.7.1
77
.. _`0.7.0.3`: https://github.com/gaqzi/gocd-cli/releases/tag/v0.7.0.3
gocd_cli/__init__.py
@@ -1,3 +1,3 @@
1
__import__('pkg_resources').declare_namespace(__name__)
-__version__ = '0.8.1'
+__version__ = '0.9.0'
0 commit comments