Bump version to 4.2.0

Fixes #326

Signed-off-by: Aleksi Häkli <aleksi.hakli@iki.fi>
This commit is contained in:
Aleksi Häkli 2018-04-13 14:48:06 +03:00
parent e57ce27b82
commit 8bfdf647cc
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.2.0 (2018-04-13)
------------------
- Add configuration flags for client IP resolving
[aleksihakli]
- Add AxesModelBackend authentication backend
[markdaviddoff]
4.1.0 (2018-02-18)
------------------

View file

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

View file

@ -56,9 +56,9 @@ author = 'jazzband'
# built documents.
#
# The short X.Y version.
version = '4.1.0'
version = '4.2.0'
# The full version, including alpha/beta/rc tags.
release = '4.1.0'
release = '4.2.0'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.