Release 1.4.0

- Update meta
- Add new make targets for release
This commit is contained in:
Alex Clark 2015-08-10 08:04:52 -04:00
parent 30c218cc8a
commit 2b33478456
3 changed files with 6 additions and 2 deletions

View file

@ -1,7 +1,7 @@
Changes
=======
1.4.0 (Unreleased)
1.4.0 (2015-08-09)
------------------
- Send the user_locked_out signal. Fixes #94.

View file

@ -7,3 +7,7 @@ viewdoc:
viewdoc
pyroma:
pyroma .
testrelease:
python setup.py sdist --format=zip upload -r test
release:
python setup.py sdist --format=zip upload

View file

@ -4,7 +4,7 @@
import os
from setuptools import setup, find_packages
VERSION = '1.3.9'
VERSION = '1.4.0'
setup(
name='django-axes',