Release 2.1.0

This commit is contained in:
Camilo Nova 2016-07-14 16:14:25 -05:00
parent ec9a63c340
commit ea9a87b7de
2 changed files with 8 additions and 1 deletions

View file

@ -1,6 +1,13 @@
Changes
=======
2.1.0 (2016-07-14)
------------------
- Add `default_app_config` so you can just use `axes` in `INSTALLED_APPS`
[vdboor]
2.0.0 (2016-06-24)
------------------

View file

@ -1,4 +1,4 @@
__version__ = '2.0.0'
__version__ = '2.1.0'
default_app_config = "axes.apps.AppConfig"