mirror of
https://github.com/jazzband/django-auditlog.git
synced 2026-03-16 22:20:26 +00:00
Bump version
This commit is contained in:
parent
2b2d572793
commit
6888f4bae8
3 changed files with 3 additions and 2 deletions
1
MANIFEST
1
MANIFEST
|
|
@ -13,4 +13,5 @@ src/auditlog/migrations/0003_logentry_remote_addr.py
|
|||
src/auditlog/migrations/0004_logentry_detailed_object_repr.py
|
||||
src/auditlog/migrations/0005_logentry_additional_data_verbose_name.py
|
||||
src/auditlog/migrations/0006_object_pk_index.py
|
||||
src/auditlog/migrations/0007_object_pk_type.py
|
||||
src/auditlog/migrations/__init__.py
|
||||
|
|
|
|||
|
|
@ -62,7 +62,7 @@ copyright = u'2015, Jan-Jelle Kester'
|
|||
# The short X.Y version.
|
||||
version = '0.3'
|
||||
# The full version, including alpha/beta/rc tags.
|
||||
release = '0.3.2'
|
||||
release = '0.3.3'
|
||||
|
||||
# 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.3.2',
|
||||
version='0.3.3',
|
||||
packages=['auditlog', 'auditlog.migrations'],
|
||||
package_dir={'': 'src'},
|
||||
url='https://github.com/jjkester/django-auditlog',
|
||||
|
|
|
|||
Loading…
Reference in a new issue