Bump version

This commit is contained in:
Camilo Nova 2017-11-23 17:23:47 -05:00
parent 01cc28360c
commit e40d28ff41
2 changed files with 11 additions and 1 deletions

View file

@ -1,6 +1,16 @@
Changes
=======
3.0.3 (2017-11-23)
------------------
- Test against Python 2.7.
[mbaechtold]
- Test against Python 3.4.
[pope1ni]
3.0.2 (2017-11-21)
------------------

View file

@ -1,4 +1,4 @@
__version__ = '3.0.2'
__version__ = '3.0.3'
default_app_config = 'axes.apps.AppConfig'