Skip to content

Commit

Permalink
Bump version to 2.7.3 (#572)
Browse files Browse the repository at this point in the history
* Update CHANGES.rst

* Bumpversion
  • Loading branch information
Ross Mechanic committed Jul 15, 2019
1 parent 458180d commit 1e1b7ab
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Changes
=======

Unreleased
----------
2.7.3 (2019-07-15)
------------------
- Fixed BigAutoField not mirrored as BigInt (gh-556)
- Fixed most_recent() bug with excluded_fields (gh-561)
- Added official Django 2.2 support (gh-555)
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 2.7.2
current_version = 2.7.3
commit = True
tag = True
tag_name = {new_version}
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
"Framework :: Django :: 1.11",
"Framework :: Django :: 2.0",
"Framework :: Django :: 2.1",
"Framework :: Django :: 2.2",
"Programming Language :: Python",
"Programming Language :: Python :: 2.7",
'Programming Language :: Python :: 3',
Expand Down
2 changes: 1 addition & 1 deletion simple_history/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from __future__ import unicode_literals

__version__ = "2.7.2"
__version__ = "2.7.3"


def register(
Expand Down

0 comments on commit 1e1b7ab

Please sign in to comment.