File tree 5 files changed +26
-4
lines changed
5 files changed +26
-4
lines changed Original file line number Diff line number Diff line change
1
+ ==========
2
+ Change Log
3
+ ==========
4
+
5
+ `0.7.1 `_ - 2015-08-23
6
+ =====================
7
+
8
+ Changed
9
+ -------
10
+
11
+ * Changed to depend on version >= 0.7.1 of gocd because of bug fixes.
12
+ For more info see the `release notes `_ for py-gocd.
13
+
14
+ .. _`release notes` : https://github.com/gaqzi/py-gocd/releases/tag/v.0.7.1
15
+
16
+ `0.7.0.3 `_ - 2015-08-11
17
+ =======================
18
+
19
+ Nothing much to say here, initial public release. :)
20
+
21
+ .. _`0.7.1` : https://github.com/gaqzi/gocd-cli/compare/v0.7.0.3...v0.7.1
22
+ .. _`0.7.0.3` : https://github.com/gaqzi/gocd-cli/releases/tag/v0.7.0.3
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ clean-coverage-html:
36
36
clean : clean-pyc clean-build clean-coverage-html
37
37
38
38
lint-rst :
39
- rst-lint README.rst
39
+ rst-lint README.rst CHANGELOG.rst
40
40
41
41
lint-pep8 :
42
42
flake8 gocd_cli tests
Original file line number Diff line number Diff line change 1
1
__import__ ('pkg_resources' ).declare_namespace (__name__ )
2
2
3
- __version__ = '0.7.0.3 '
3
+ __version__ = '0.7.1 '
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ def version():
45
45
cmdclass = {'test' : PyTest },
46
46
scripts = ('bin/gocd' ,),
47
47
install_requires = [
48
- 'gocd>=0.7,<1.0' ,
48
+ 'gocd>=0.7.1 ,<1.0' ,
49
49
],
50
50
tests_require = [
51
51
'pytest' ,
Original file line number Diff line number Diff line change 1
- gocd>=0.7,<1.0
1
+ gocd>=0.7.1 ,<1.0
2
2
tox
3
3
mock==1.0.1
4
4
pytest
You can’t perform that action at this time.
0 commit comments