Release 1.3.0

This commit is contained in:
Alex Clark 2013-02-27 15:28:15 -05:00
parent 22125e7deb
commit 8b81b8a8cd
2 changed files with 7 additions and 4 deletions

View file

@ -1,7 +1,12 @@
Changes
=======
1.2.8 (2013-02-20)
1.3.0 (2013-02-27)
------------------
- Bug fix: get_version() format string [csghormley]
1.2.9 (2013-02-20)
------------------
- Add to and improve test cases [camilonova]

View file

@ -2,12 +2,10 @@
# -*- coding: utf-8 -*-
from setuptools import setup, find_packages
#import axes
setup(
name='django-axes',
version='1.2.9',
# version=axes.get_version(),
version='1.3.0',
description="Keep track of failed login attempts in Django-powered sites.",
long_description=(open('README.rst', 'r').read() + '\n' +
open('CHANGES.txt', 'r').read()),