Skip to content

Commit 00c275a

Browse files
committed
Bump version to 0.9.0
1 parent bde4784 commit 00c275a

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGELOG.rst

+3-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
Change Log
33
==========
44

5-
0.9.0 - 2015-xx-yy
6-
==================
5+
`0.9.0`_ - 2015-10-26
6+
=====================
77

88
**Added**
99

@@ -71,6 +71,7 @@ Changed
7171

7272
Nothing much to say here, initial public release. :)
7373

74+
.. _`0.9.0`: https://github.com/gaqzi/gocd-cli/compare/v0.8.0...v0.9.0
7475
.. _`0.8.0`: https://github.com/gaqzi/gocd-cli/compare/v0.7.1...v0.8.0
7576
.. _`0.7.1`: https://github.com/gaqzi/gocd-cli/compare/v0.7.0.3...v0.7.1
7677
.. _`0.7.0.3`: https://github.com/gaqzi/gocd-cli/releases/tag/v0.7.0.3

gocd_cli/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
__import__('pkg_resources').declare_namespace(__name__)
22

3-
__version__ = '0.8.1'
3+
__version__ = '0.9.0'

0 commit comments

Comments
 (0)