mirror of
https://github.com/jazzband/django-auditlog.git
synced 2026-04-26 01:34:45 +00:00
Bump version to 0.6.1
This commit is contained in:
parent
df2bf0a05c
commit
5ba554af56
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.6.0',
|
||||
version='0.6.1',
|
||||
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