mirror of
https://github.com/jazzband/django-axes.git
synced 2026-03-16 22:30:23 +00:00
Bump version to 4.2.0
Fixes #326 Signed-off-by: Aleksi Häkli <aleksi.hakli@iki.fi>
This commit is contained in:
parent
e57ce27b82
commit
8bfdf647cc
3 changed files with 13 additions and 3 deletions
10
CHANGES.txt
10
CHANGES.txt
|
|
@ -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)
|
||||
------------------
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
__version__ = '4.1.0'
|
||||
__version__ = '4.2.0'
|
||||
|
||||
default_app_config = 'axes.apps.AppConfig'
|
||||
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue