mirror of
https://github.com/jazzband/django-auditlog.git
synced 2026-05-12 17:43:10 +00:00
Bump version to 0.5.3
This commit is contained in:
parent
e60876ae14
commit
e35d0f4194
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.2',
|
||||
version='0.5.3',
|
||||
packages=['auditlog', 'auditlog.migrations', 'auditlog.management', 'auditlog.management.commands'],
|
||||
package_dir={'': 'src'},
|
||||
url='https://github.com/jjkester/django-auditlog',
|
||||
|
|
|
|||
Loading…
Reference in a new issue