File tree Expand file tree Collapse file tree 3 files changed +14
-7
lines changed
Expand file tree Collapse file tree 3 files changed +14
-7
lines changed Original file line number Diff line number Diff line change 11Changelog
22=========
33
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.
912* Bump django-admin-tools _ to proper minimal version.
13+ * Reformat code with isort and black.
1014
1115
1216Changes in 1.0 (2018-01-22)
Original file line number Diff line number Diff line change 5656# built documents.
5757#
5858# The short X.Y version.
59- version = "1.0"
59+ version = "1.0.1 "
6060# The full version, including alpha/beta/rc tags.
61- release = "1.0a1 "
61+ release = "1.0.1 "
6262
6363# The language for content autogenerated by Sphinx. Refer to documentation
6464# for a list of supported languages.
Original file line number Diff line number Diff line change @@ -65,13 +65,16 @@ def find_version(*parts):
6565 "Programming Language :: Python :: 3.4" ,
6666 "Programming Language :: Python :: 3.5" ,
6767 "Programming Language :: Python :: 3.6" ,
68+ "Programming Language :: Python :: 3.7" ,
6869 "Framework :: Django" ,
6970 "Framework :: Django :: 1.7" ,
7071 "Framework :: Django :: 1.8" ,
7172 "Framework :: Django :: 1.9" ,
7273 "Framework :: Django :: 1.10" ,
7374 "Framework :: Django :: 1.11" ,
7475 "Framework :: Django :: 2.0" ,
76+ "Framework :: Django :: 2.1" ,
77+ "Framework :: Django :: 2.2" ,
7578 "Topic :: Internet :: WWW/HTTP" ,
7679 "Topic :: Software Development :: Libraries :: Application Frameworks" ,
7780 "Topic :: Software Development :: Libraries :: Python Modules" ,
You can’t perform that action at this time.
0 commit comments