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 a3b86f1 commit a387becCopy full SHA for a387bec
CHANGES.rst
@@ -1,8 +1,8 @@
1
Changes
2
=======
3
4
-Unreleased
5
-----------
+2.1.1 (2018-06-15)
+------------------
6
- Fixed out-of-memory exception when running populate_history management command (gh-408)
7
- Fix TypeError on populate_history if excluded_fields are specified (gh-410)
8
setup.cfg
@@ -1,5 +1,5 @@
[bumpversion]
-current_version = 2.1.0
+current_version = 2.1.1
commit = True
tag = True
tag_name = {new_version}
simple_history/__init__.py
@@ -1,6 +1,6 @@
from __future__ import unicode_literals
-__version__ = '2.1.0'
+__version__ = '2.1.1'
def register(
0 commit comments