Bump version

This commit is contained in:
Jan-Jelle Kester 2016-01-23 22:53:50 +01:00
parent 2b2d572793
commit 6888f4bae8
3 changed files with 3 additions and 2 deletions

View file

@ -13,4 +13,5 @@ src/auditlog/migrations/0003_logentry_remote_addr.py
src/auditlog/migrations/0004_logentry_detailed_object_repr.py
src/auditlog/migrations/0005_logentry_additional_data_verbose_name.py
src/auditlog/migrations/0006_object_pk_index.py
src/auditlog/migrations/0007_object_pk_type.py
src/auditlog/migrations/__init__.py

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.2'
release = '0.3.3'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.

View file

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