Bump version number

This commit is contained in:
Jan-Jelle Kester 2015-10-07 22:49:32 +02:00
parent eb686d3bad
commit f70e2b3d3f
3 changed files with 5 additions and 5 deletions

View file

@ -62,7 +62,7 @@ copyright = u'2015, Jan-Jelle Kester'
# The short X.Y version.
version = '0.3'
# The full version, including alpha/beta/rc tags.
release = '0.3.1'
release = '0.3.2'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.

View file

@ -12,10 +12,10 @@ The repository can be found at https://github.com/jjkester/django-auditlog/.
**Requirements**
- Python 2.7 or 3.4
- Django 1.7 or 1.8
- Django 1.7 or higher
Auditlog is currently tested with Python 2.7 and 3.4 and Django 1.7 and 1.8. The test report can be found at
https://travis-ci.org/jjkester/django-auditlog.
Auditlog is currently tested with Python 2.7 and 3.4 and Django 1.7, 1.8 and 1.9a1. The most up-to-date test report can
be found at https://travis-ci.org/jjkester/django-auditlog.
Adding Auditlog to your Django application
------------------------------------------

View file

@ -2,7 +2,7 @@ from distutils.core import setup
setup(
name='django-auditlog',
version='0.3.1',
version='0.3.2',
packages=['auditlog', 'auditlog.migrations'],
package_dir={'': 'src'},
url='https://github.com/jjkester/django-auditlog',