Bump version

This commit is contained in:
Camilo Nova 2019-01-11 14:04:18 -05:00
parent e1bfc7d1fe
commit 9ab830b04a
2 changed files with 11 additions and 1 deletions

View file

@ -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)
------------------

View file

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