Skip to content

Commit

Permalink
Bump version to 1.0.17
Browse files Browse the repository at this point in the history
  • Loading branch information
sangiovannidev committed Jun 12, 2024
1 parent 7eabcff commit db8106e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
Changelog
=========

1.0.17
------
* Implement logout with POST

1.0.16
------
* Fix compatibility with django-admin-rangefilter >= 0.12.0
Expand Down
2 changes: 1 addition & 1 deletion jet/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Next Generation of django-jet (Modern template for Django admin interface with improved functionality)
"""

__version__ = '1.0.16'
__version__ = '1.0.17'
__author__ = 'Geex Arts, Technology Innovation Network, Djungle Studio'
__license__ = 'AGPLv3'
__copyright__ = '2015-2018, Geex Arts. 2019-2020, Technology Innovation Network'

0 comments on commit db8106e

Please sign in to comment.