mirror of
https://github.com/jazzband/django-axes.git
synced 2026-03-16 22:30:23 +00:00
Release 1.2.9
This commit is contained in:
parent
a69f5f4e2b
commit
1a1a7243dc
2 changed files with 11 additions and 1 deletions
10
CHANGES.txt
10
CHANGES.txt
|
|
@ -1,6 +1,16 @@
|
|||
Changes
|
||||
=======
|
||||
|
||||
1.2.8 (2013-02-20)
|
||||
------------------
|
||||
|
||||
- Add to and improve test cases [camilonova]
|
||||
|
||||
1.2.8 (2013-01-23)
|
||||
------------------
|
||||
|
||||
- Increased http accept header length [jslatts]
|
||||
|
||||
1.2.7 (2013-01-17)
|
||||
------------------
|
||||
|
||||
|
|
|
|||
2
setup.py
2
setup.py
|
|
@ -6,7 +6,7 @@ from setuptools import setup, find_packages
|
|||
|
||||
setup(
|
||||
name='django-axes',
|
||||
version='1.2.7',
|
||||
version='1.2.9',
|
||||
# version=axes.get_version(),
|
||||
description="Keep track of failed login attempts in Django-powered sites.",
|
||||
long_description=(open('README.rst', 'r').read() + '\n' +
|
||||
|
|
|
|||
Loading…
Reference in a new issue