Bump version to 0.6.7

This commit is contained in:
Alieh Rymašeŭski 2020-04-22 16:09:27 +03:00
parent 106417c684
commit 2b536fc87e
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.6'
# The full version, including alpha/beta/rc tags.
release = '0.6.6'
release = '0.6.7'
# 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.6',
version='0.6.7',
packages=['auditlog', 'auditlog.migrations', 'auditlog.management', 'auditlog.management.commands'],
package_dir={'': 'src'},
url='https://github.com/MacmillanPlatform/django-auditlog/',