mirror of
https://github.com/jazzband/django-auditlog.git
synced 2026-04-12 19:11:03 +00:00
Bump version to 0.6.0
This commit is contained in:
parent
07b38a9345
commit
05e6b179fd
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -2,7 +2,7 @@ from distutils.core import setup
|
|||
|
||||
setup(
|
||||
name='django-auditlog',
|
||||
version='0.5.3',
|
||||
version='0.6.0',
|
||||
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