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 11Changes
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
992.1.1 (2018-06-15)
1010------------------
Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 2.1.1
2+ current_version = 2.2.0
33commit = True
44tag = True
55tag_name = {new_version}
Original file line number Diff line number Diff line change 11from __future__ import unicode_literals
22
3- __version__ = '2.1.1 '
3+ __version__ = '2.2.0 '
44
55
66def register (
You can’t perform that action at this time.
0 commit comments