Prepare 1.3.9

This commit is contained in:
Alex Clark 2015-02-11 11:59:13 -05:00
parent 6bd5a50cb8
commit ed15836970
2 changed files with 6 additions and 1 deletions

View file

@ -1,6 +1,11 @@
Changes
=======
1.3.9 (2015-02-11)
------------------
- Python 3 fix (#104)
1.3.8 (2014-10-07)
------------------

View file

@ -4,7 +4,7 @@
import os
from setuptools import setup, find_packages
VERSION = '1.3.8'
VERSION = '1.3.9'
setup(
name='django-axes',