We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6098ed2 commit c50da9aCopy full SHA for c50da9a
docs/changelog.rst
@@ -1,7 +1,7 @@
1
Changelog
2
=========
3
4
-0.2.1 (2014-0X-XX)
+0.3.0 (2014-01-18)
5
------------------
6
7
- Added: Delete functionality for resources via delete method (see docs for details):
setup.py
@@ -3,7 +3,7 @@
setup(
name='python-redmine',
- version='0.2.0',
+ version='0.3.0',
packages=['redmine'],
8
url='https://github.com/maxtepkeev/python-redmine',
9
license=open('LICENSE').read(),
0 commit comments