Skip to content

Commit ba6b0d2

Browse files
committed
version bump
1 parent 0d7f409 commit ba6b0d2

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
Changelog
22
---------
33

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+
411
0.7.0 (2014-03-12)
512
++++++++++++++++++
613

redmine/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.7.0'
1+
__version__ = '0.7.1'

0 commit comments

Comments
 (0)