File tree 4 files changed +15
-8
lines changed
4 files changed +15
-8
lines changed Original file line number Diff line number Diff line change 1
1
Changelog
2
2
=========
3
3
4
- Changes in git
5
- --------------
6
-
7
- * Fixed wheel package
8
- * Fixed setup classifiers
4
+ Changes in 1.0.1 (2019-07-15)
5
+ -----------------------------
6
+
7
+ * Fixed crash in ``ReturnToSiteItem `` when visiting the admin password change form.
8
+ * Fixed early gettext calls on module loading.
9
+ * Fixed wheel package.
10
+ * Fixed setup classifiers.
11
+ * Fixed building docs.
9
12
* Bump django-admin-tools _ to proper minimal version.
13
+ * Reformat code with isort and black.
10
14
11
15
12
16
Changes in 1.0 (2018-01-22)
Original file line number Diff line number Diff line change 56
56
# built documents.
57
57
#
58
58
# The short X.Y version.
59
- version = "1.0"
59
+ version = "1.0.1 "
60
60
# The full version, including alpha/beta/rc tags.
61
- release = "1.0a1 "
61
+ release = "1.0.1 "
62
62
63
63
# The language for content autogenerated by Sphinx. Refer to documentation
64
64
# for a list of supported languages.
Original file line number Diff line number Diff line change 1
1
# following PEP 440
2
- __version__ = "1.0"
2
+ __version__ = "1.0.1 "
Original file line number Diff line number Diff line change @@ -65,13 +65,16 @@ def find_version(*parts):
65
65
"Programming Language :: Python :: 3.4" ,
66
66
"Programming Language :: Python :: 3.5" ,
67
67
"Programming Language :: Python :: 3.6" ,
68
+ "Programming Language :: Python :: 3.7" ,
68
69
"Framework :: Django" ,
69
70
"Framework :: Django :: 1.7" ,
70
71
"Framework :: Django :: 1.8" ,
71
72
"Framework :: Django :: 1.9" ,
72
73
"Framework :: Django :: 1.10" ,
73
74
"Framework :: Django :: 1.11" ,
74
75
"Framework :: Django :: 2.0" ,
76
+ "Framework :: Django :: 2.1" ,
77
+ "Framework :: Django :: 2.2" ,
75
78
"Topic :: Internet :: WWW/HTTP" ,
76
79
"Topic :: Software Development :: Libraries :: Application Frameworks" ,
77
80
"Topic :: Software Development :: Libraries :: Python Modules" ,
You can’t perform that action at this time.
0 commit comments