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 0d7f409 commit ba6b0d2Copy full SHA for ba6b0d2
CHANGELOG.rst
@@ -1,6 +1,13 @@
1
Changelog
2
---------
3
4
+0.7.1 (2014-03-14)
5
+++++++++++++++++++
6
+
7
+- Fixed: `Issue #16 <https://github.com/maxtepkeev/python-redmine/issues/16>`__ (When a resource
8
+ was created via a ``new()`` method, the next resource created after that inherited all the
9
+ attribute values of the previous resource)
10
11
0.7.0 (2014-03-12)
12
++++++++++++++++++
13
redmine/version.py
@@ -1 +1 @@
-__version__ = '0.7.0'
+__version__ = '0.7.1'
0 commit comments