Skip to content

Commit ee15d47

Browse files
committed
version bump
1 parent 3cc0ef0 commit ee15d47

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.rst

+9
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
Changelog
22
---------
33

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+
413
0.7.1 (2014-03-14)
514
++++++++++++++++++
615

redmine/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.7.1'
1+
__version__ = '0.7.2'

0 commit comments

Comments
 (0)