Skip to content

Commit

Permalink
Bump to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vdboor committed Jul 15, 2019
1 parent 97ff992 commit b20c3e2
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 8 deletions.
14 changes: 9 additions & 5 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
Changelog
=========

Changes in git
--------------

* Fixed wheel package
* Fixed setup classifiers
Changes in 1.0.1 (2019-07-15)
-----------------------------

* Fixed crash in ``ReturnToSiteItem`` when visiting the admin password change form.
* Fixed early gettext calls on module loading.
* Fixed wheel package.
* Fixed setup classifiers.
* Fixed building docs.
* Bump django-admin-tools_ to proper minimal version.
* Reformat code with isort and black.


Changes in 1.0 (2018-01-22)
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@
# built documents.
#
# The short X.Y version.
version = "1.0"
version = "1.0.1"
# The full version, including alpha/beta/rc tags.
release = "1.0a1"
release = "1.0.1"

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion fluent_dashboard/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# following PEP 440
__version__ = "1.0"
__version__ = "1.0.1"
3 changes: 3 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,13 +65,16 @@ def find_version(*parts):
"Programming Language :: Python :: 3.4",
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Framework :: Django",
"Framework :: Django :: 1.7",
"Framework :: Django :: 1.8",
"Framework :: Django :: 1.9",
"Framework :: Django :: 1.10",
"Framework :: Django :: 1.11",
"Framework :: Django :: 2.0",
"Framework :: Django :: 2.1",
"Framework :: Django :: 2.2",
"Topic :: Internet :: WWW/HTTP",
"Topic :: Software Development :: Libraries :: Application Frameworks",
"Topic :: Software Development :: Libraries :: Python Modules",
Expand Down

0 comments on commit b20c3e2

Please sign in to comment.