Merge pull request #364 from jazzband/441-release

4.4.1 release
This commit is contained in:
Aleksi Häkli 2018-10-24 09:52:57 +03:00 committed by GitHub
commit 734bba3379
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 16 additions and 1 deletions

View file

@ -1,6 +1,21 @@
Changes
=======
4.4.1 (2018-10-18)
------------------
- Add a German translation
[adonig]
- Documentation wording changes
[markddavidoff]
- Use `get_client_username` in `log_user_login_failed` instead of credentials
[markddavidoff]
- pin prospector to 0.12.11, and pin astroid to 1.6.5
[hsiaoyi0504]
4.4.0 (2018-05-26)
------------------

View file

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