Merge pull request #160 from jjkester/v0.4.5

v0.4.5
This commit is contained in:
Jan-Jelle Kester 2018-01-12 23:44:07 +01:00 committed by GitHub
commit 1c8d60b596
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -62,7 +62,7 @@ copyright = u'2017, Jan-Jelle Kester and contributors'
# The short X.Y version.
version = '0.4'
# The full version, including alpha/beta/rc tags.
release = '0.4.4'
release = '0.4.5'
# 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.4.4',
version='0.4.5',
packages=['auditlog', 'auditlog.migrations', 'auditlog.management', 'auditlog.management.commands'],
package_dir={'': 'src'},
url='https://github.com/jjkester/django-auditlog',