mirror of
https://github.com/jazzband/django-auditlog.git
synced 2026-05-03 21:24:43 +00:00
Bump version to 0.6.4
This commit is contained in:
parent
3af06e13c7
commit
da49432924
2 changed files with 3 additions and 3 deletions
|
|
@ -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.
|
||||
|
|
|
|||
2
setup.py
2
setup.py
|
|
@ -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/',
|
||||
|
|
|
|||
Loading…
Reference in a new issue