Version 4.3.1

Signed-off-by: Aleksi Häkli <aleksi.hakli@iki.fi>
This commit is contained in:
Aleksi Häkli 2018-04-21 17:45:50 +03:00
parent 96ab3f1a5b
commit 263d381f8c
No known key found for this signature in database
GPG key ID: 3E7146964D726BBE
2 changed files with 14 additions and 1 deletions

View file

@ -1,6 +1,19 @@
Changes
=======
4.3.1 (2018-04-21)
------------------
- Change custom authentication backend failures from error to warning log level
[aleksihakli]
- Set up strict code linting for CI pipeline that fails builds if linting does not pass
[aleksihakli]
- Clean up old code base and tests based on linter errors
[aleksihakli]
4.3.0 (2018-04-21)
------------------

View file

@ -1,6 +1,6 @@
from __future__ import unicode_literals
__version__ = '4.2.1'
__version__ = '4.3.1'
default_app_config = 'axes.apps.AppConfig'