Skip to content

Commit

Permalink
Merge pull request #160 from jjkester/v0.4.5
Browse files Browse the repository at this point in the history
v0.4.5
  • Loading branch information
jjkester committed Jan 12, 2018
2 parents b51b942 + eaa02e6 commit 1c8d60b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
# The short X.Y version.
version = '0.4'
# The full version, including alpha/beta/rc tags.
release = '0.4.4'
release = '0.4.5'

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

setup(
name='django-auditlog',
version='0.4.4',
version='0.4.5',
packages=['auditlog', 'auditlog.migrations', 'auditlog.management', 'auditlog.management.commands'],
package_dir={'': 'src'},
url='https://github.com/jjkester/django-auditlog',
Expand Down

0 comments on commit 1c8d60b

Please sign in to comment.