mirror of
https://github.com/jazzband/django-axes.git
synced 2026-03-16 22:30:23 +00:00
Release 1.4.0
- Update meta - Add new make targets for release
This commit is contained in:
parent
30c218cc8a
commit
2b33478456
3 changed files with 6 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
|||
Changes
|
||||
=======
|
||||
|
||||
1.4.0 (Unreleased)
|
||||
1.4.0 (2015-08-09)
|
||||
------------------
|
||||
|
||||
- Send the user_locked_out signal. Fixes #94.
|
||||
|
|
|
|||
4
Makefile
4
Makefile
|
|
@ -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
|
||||
|
|
|
|||
2
setup.py
2
setup.py
|
|
@ -4,7 +4,7 @@
|
|||
import os
|
||||
from setuptools import setup, find_packages
|
||||
|
||||
VERSION = '1.3.9'
|
||||
VERSION = '1.4.0'
|
||||
|
||||
setup(
|
||||
name='django-axes',
|
||||
|
|
|
|||
Loading…
Reference in a new issue