mirror of
https://github.com/jazzband/django-auditlog.git
synced 2026-03-16 22:20:26 +00:00
Bump version to 0.4.2
This commit is contained in:
parent
c0c858391f
commit
6acab3809b
2 changed files with 2 additions and 2 deletions
|
|
@ -62,7 +62,7 @@ copyright = u'2017, Jan-Jelle Kester'
|
|||
# The short X.Y version.
|
||||
version = '0.4'
|
||||
# The full version, including alpha/beta/rc tags.
|
||||
release = '0.4.1'
|
||||
release = '0.4.2'
|
||||
|
||||
# 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.4.1',
|
||||
version='0.4.2',
|
||||
packages=['auditlog', 'auditlog.migrations'],
|
||||
package_dir={'': 'src'},
|
||||
url='https://github.com/jjkester/django-auditlog',
|
||||
|
|
|
|||
Loading…
Reference in a new issue