Skip to content

Commit 174922a

Browse files
author
Ross Mechanic
authored
Bumped to 2.2.0 (#415)
1 parent 4b1ba15 commit 174922a

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

CHANGES.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
Changes
22
=======
33

4-
Unreleased
5-
----------
4+
2.2.0 (2018-07-02)
5+
------------------
66
- Add ability to specify alternative user_model for tracking (gh-371)
7-
- Add util function ``bulk_create_with_history`` to allow bulk_create with history saved
7+
- Add util function ``bulk_create_with_history`` to allow bulk_create with history saved (gh-412)
88

99
2.1.1 (2018-06-15)
1010
------------------

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.1.1
2+
current_version = 2.2.0
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.1.1'
3+
__version__ = '2.2.0'
44

55

66
def register(

0 commit comments

Comments
 (0)