File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
Changes
2
2
=======
3
3
4
- Unreleased
5
- ----------
4
+ 2.2.0 (2018-07-02)
5
+ ------------------
6
6
- 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)
8
8
9
9
2.1.1 (2018-06-15)
10
10
------------------
Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 2.1.1
2
+ current_version = 2.2.0
3
3
commit = True
4
4
tag = True
5
5
tag_name = {new_version}
Original file line number Diff line number Diff line change 1
1
from __future__ import unicode_literals
2
2
3
- __version__ = '2.1.1 '
3
+ __version__ = '2.2.0 '
4
4
5
5
6
6
def register (
You can’t perform that action at this time.
0 commit comments