mirror of
https://github.com/jazzband/django-axes.git
synced 2026-03-16 22:30:23 +00:00
Prepare 1.3.9
This commit is contained in:
parent
6bd5a50cb8
commit
ed15836970
2 changed files with 6 additions and 1 deletions
|
|
@ -1,6 +1,11 @@
|
|||
Changes
|
||||
=======
|
||||
|
||||
1.3.9 (2015-02-11)
|
||||
------------------
|
||||
|
||||
- Python 3 fix (#104)
|
||||
|
||||
1.3.8 (2014-10-07)
|
||||
------------------
|
||||
|
||||
|
|
|
|||
2
setup.py
2
setup.py
|
|
@ -4,7 +4,7 @@
|
|||
import os
|
||||
from setuptools import setup, find_packages
|
||||
|
||||
VERSION = '1.3.8'
|
||||
VERSION = '1.3.9'
|
||||
|
||||
setup(
|
||||
name='django-axes',
|
||||
|
|
|
|||
Loading…
Reference in a new issue