mirror of
https://github.com/jazzband/django-axes.git
synced 2026-03-16 22:30:23 +00:00
Preparing release 1.3.5
This commit is contained in:
parent
89548fd373
commit
8ee1e138e4
2 changed files with 2 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
|||
Changes
|
||||
=======
|
||||
|
||||
1.3.5 (unreleased)
|
||||
1.3.5 (2013-11-01)
|
||||
------------------
|
||||
|
||||
- Fix an issue with __version__ loading the wrong version [graingert]
|
||||
|
|
|
|||
2
setup.py
2
setup.py
|
|
@ -5,7 +5,7 @@ from setuptools import setup, find_packages
|
|||
|
||||
setup(
|
||||
name='django-axes',
|
||||
version='1.3.5.dev0',
|
||||
version='1.3.5',
|
||||
description="Keep track of failed login attempts in Django-powered sites.",
|
||||
long_description=(open('README.rst', 'r').read() + '\n' +
|
||||
open('CHANGES.txt', 'r').read()),
|
||||
|
|
|
|||
Loading…
Reference in a new issue