File tree Expand file tree Collapse file tree 4 files changed +5
-4
lines changed Expand file tree Collapse file tree 4 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 1
1
Changes
2
2
=======
3
3
4
- Unreleased
5
- ----------
4
+ 2.7.3 (2019-07-15)
5
+ ------------------
6
6
- Fixed BigAutoField not mirrored as BigInt (gh-556)
7
7
- Fixed most_recent() bug with excluded_fields (gh-561)
8
8
- Added official Django 2.2 support (gh-555)
Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 2.7.2
2
+ current_version = 2.7.3
3
3
commit = True
4
4
tag = True
5
5
tag_name = {new_version}
Original file line number Diff line number Diff line change 29
29
"Framework :: Django :: 1.11" ,
30
30
"Framework :: Django :: 2.0" ,
31
31
"Framework :: Django :: 2.1" ,
32
+ "Framework :: Django :: 2.2" ,
32
33
"Programming Language :: Python" ,
33
34
"Programming Language :: Python :: 2.7" ,
34
35
'Programming Language :: Python :: 3' ,
Original file line number Diff line number Diff line change 1
1
from __future__ import unicode_literals
2
2
3
- __version__ = "2.7.2 "
3
+ __version__ = "2.7.3 "
4
4
5
5
6
6
def register (
You can’t perform that action at this time.
0 commit comments