mirror of
https://github.com/jazzband/django-axes.git
synced 2026-03-16 22:30:23 +00:00
Bump version
This commit is contained in:
parent
e1bfc7d1fe
commit
9ab830b04a
2 changed files with 11 additions and 1 deletions
10
CHANGES.txt
10
CHANGES.txt
|
|
@ -1,6 +1,13 @@
|
|||
Changes
|
||||
=======
|
||||
|
||||
4.5.1 (2019-01-11)
|
||||
------------------
|
||||
|
||||
- Removed duplicated check that was causing issues when using APIs.
|
||||
[camilonova]
|
||||
|
||||
|
||||
4.5.0 (2018-12-25)
|
||||
------------------
|
||||
|
||||
|
|
@ -24,6 +31,7 @@ Changes
|
|||
- Improve the requirements, documentation, tests, and CI setup.
|
||||
[aleksihakli]
|
||||
|
||||
|
||||
4.4.3 (2018-12-08)
|
||||
------------------
|
||||
|
||||
|
|
@ -40,6 +48,7 @@ Changes
|
|||
- fix missing migration and add check to prevent it happening again.
|
||||
[markddavidoff]
|
||||
|
||||
|
||||
4.4.1 (2018-10-24)
|
||||
------------------
|
||||
|
||||
|
|
@ -55,6 +64,7 @@ Changes
|
|||
- pin prospector to 0.12.11, and pin astroid to 1.6.5
|
||||
[hsiaoyi0504]
|
||||
|
||||
|
||||
4.4.0 (2018-05-26)
|
||||
------------------
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
from __future__ import unicode_literals
|
||||
|
||||
__version__ = '4.5.0'
|
||||
__version__ = '4.5.1'
|
||||
|
||||
default_app_config = 'axes.apps.AppConfig'
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue