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 cfcdabc commit 400eec7Copy full SHA for 400eec7
CHANGES.rst
@@ -1,7 +1,7 @@
1
Changes
2
=======
3
4
-Unreleased
+2.7.1 (2019-04-16)
5
------------------
6
- Added the possibility to create a relation to the original model (gh-536)
7
- Fix router backward-compatibility issue with 2.7.0 (gh-539, gh-547)
setup.cfg
@@ -1,5 +1,5 @@
[bumpversion]
-current_version = 2.7.0
+current_version = 2.7.1
commit = True
tag = True
tag_name = {new_version}
simple_history/__init__.py
@@ -1,6 +1,6 @@
from __future__ import unicode_literals
-__version__ = "2.7.0"
+__version__ = "2.7.1"
def register(
0 commit comments