Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
camilonova committed Jan 11, 2019
1 parent e1bfc7d commit 9ab830b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -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)
------------------

Expand All @@ -24,6 +31,7 @@ Changes
- Improve the requirements, documentation, tests, and CI setup.
[aleksihakli]


4.4.3 (2018-12-08)
------------------

Expand All @@ -40,6 +48,7 @@ Changes
- fix missing migration and add check to prevent it happening again.
[markddavidoff]


4.4.1 (2018-10-24)
------------------

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

Expand Down
2 changes: 1 addition & 1 deletion axes/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from __future__ import unicode_literals

__version__ = '4.5.0'
__version__ = '4.5.1'

default_app_config = 'axes.apps.AppConfig'

Expand Down

0 comments on commit 9ab830b

Please sign in to comment.