We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3cc0ef0 commit ee15d47Copy full SHA for ee15d47
CHANGELOG.rst
@@ -1,6 +1,15 @@
1
Changelog
2
---------
3
4
+0.7.2 (2014-03-17)
5
+++++++++++++++++++
6
+
7
+- Fixed: `Issue #19 <https://github.com/maxtepkeev/python-redmine/issues/19>`__ (Resources
8
+ obtained via ``filter()`` and ``all()`` methods have incomplete url attribute)
9
+- Fixed: Redmine server url with forward slash could cause errors in rare cases
10
+- Fixed: Python Redmine was incorrectly raising ``ResourceAttrError`` when trying to call
11
+ ``repr()`` on a News resource
12
13
0.7.1 (2014-03-14)
14
++++++++++++++++++
15
redmine/version.py
@@ -1 +1 @@
-__version__ = '0.7.1'
+__version__ = '0.7.2'
0 commit comments