Bump version to 0.6.4

This commit is contained in:
Alieh Rymašeŭski 2020-04-07 11:23:23 +03:00
parent 3af06e13c7
commit da49432924
2 changed files with 3 additions and 3 deletions

View file

@ -60,9 +60,9 @@ copyright = u'2017, Jan-Jelle Kester and contributors'
# built documents.
#
# The short X.Y version.
version = '0.4'
version = '0.6'
# The full version, including alpha/beta/rc tags.
release = '0.4.7'
release = '0.6.4'
# 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.6.3',
version='0.6.4',
packages=['auditlog', 'auditlog.migrations', 'auditlog.management', 'auditlog.management.commands'],
package_dir={'': 'src'},
url='https://github.com/MacmillanPlatform/django-auditlog/',