Bump version to 4.1.0

This commit is contained in:
Aleksi Häkli 2018-02-18 13:57:35 +02:00
parent 5c8d611d96
commit 27d787fdd6
No known key found for this signature in database
GPG key ID: 3E7146964D726BBE
3 changed files with 13 additions and 3 deletions

View file

@ -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)
------------------

View file

@ -1,4 +1,4 @@
__version__ = '4.0.2'
__version__ = '4.1.0'
default_app_config = 'axes.apps.AppConfig'

View file

@ -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.