Skip to content

Commit

Permalink
Merge pull request #150 from jjkester/v0.4.4
Browse files Browse the repository at this point in the history
Version 0.4.4
  • Loading branch information
jjkester committed Nov 18, 2017
2 parents 45760c6 + f45fb55 commit e33aef8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@

# General information about the project.
project = u'django-auditlog'
copyright = u'2017, Jan-Jelle Kester'
copyright = u'2017, Jan-Jelle Kester and contributors'

# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
Expand All @@ -62,7 +62,7 @@
# The short X.Y version.
version = '0.4'
# The full version, including alpha/beta/rc tags.
release = '0.4.3'
release = '0.4.4'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@

setup(
name='django-auditlog',
version='0.4.3',
version='0.4.4',
packages=['auditlog', 'auditlog.migrations', 'auditlog.management', 'auditlog.management.commands'],
package_dir={'': 'src'},
url='https://github.com/jjkester/django-auditlog',
license='MIT',
author='Jan-Jelle Kester',
description='Audit log app for Django',
install_requires=[
'Django>=1.8',
'django-jsonfield>=1.0.0',
'python-dateutil==2.6.0'
],
zip_safe=False
)

0 comments on commit e33aef8

Please sign in to comment.