mirror of
https://github.com/jazzband/django-axes.git
synced 2026-03-16 22:30:23 +00:00
Bump version to 4.1.0
This commit is contained in:
parent
5c8d611d96
commit
27d787fdd6
3 changed files with 13 additions and 3 deletions
10
CHANGES.txt
10
CHANGES.txt
|
|
@ -1,6 +1,16 @@
|
|||
Changes
|
||||
=======
|
||||
|
||||
4.1.0 (2018-02-18)
|
||||
------------------
|
||||
|
||||
- Add AXES_CACHE setting for configuring `axes` specific caching.
|
||||
[JWvDronkelaar]
|
||||
|
||||
- Add checks and tests for faulty LocMemCache usage in application setup.
|
||||
[aleksihakli]
|
||||
|
||||
|
||||
4.0.2 (2018-01-19)
|
||||
------------------
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
__version__ = '4.0.2'
|
||||
__version__ = '4.1.0'
|
||||
|
||||
default_app_config = 'axes.apps.AppConfig'
|
||||
|
||||
|
|
|
|||
|
|
@ -56,9 +56,9 @@ author = 'jazzband'
|
|||
# built documents.
|
||||
#
|
||||
# The short X.Y version.
|
||||
version = '4.0.2'
|
||||
version = '4.1.0'
|
||||
# The full version, including alpha/beta/rc tags.
|
||||
release = '4.0.2'
|
||||
release = '4.1.0'
|
||||
|
||||
# The language for content autogenerated by Sphinx. Refer to documentation
|
||||
# for a list of supported languages.
|
||||
|
|
|
|||
Loading…
Reference in a new issue