Skip to content

Commit 400eec7

Browse files
author
Ross Mechanic
authored
Bump version to 2.7.1 (#549)
* Bump version: 2.7.0 → 2.7.1 * Updated CHANGES.rst
1 parent cfcdabc commit 400eec7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGES.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Changes
22
=======
33

4-
Unreleased
4+
2.7.1 (2019-04-16)
55
------------------
66
- Added the possibility to create a relation to the original model (gh-536)
77
- Fix router backward-compatibility issue with 2.7.0 (gh-539, gh-547)

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 2.7.0
2+
current_version = 2.7.1
33
commit = True
44
tag = True
55
tag_name = {new_version}

simple_history/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from __future__ import unicode_literals
22

3-
__version__ = "2.7.0"
3+
__version__ = "2.7.1"
44

55

66
def register(

0 commit comments

Comments
 (0)