Skip to content

Commit

Permalink
Merge pull request #67 from jjkester/v0.4.0
Browse files Browse the repository at this point in the history
Fix typo in version number
  • Loading branch information
jjkester authored Aug 17, 2016
2 parents e448450 + 06bc307 commit f08b4a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions MANIFEST
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# file GENERATED by distutils, do NOT edit
setup.py
src/auditlog/__init__.py
src/auditlog/admin.py
src/auditlog/apps.py
src/auditlog/diff.py
src/auditlog/middleware.py
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.8.0',
version='0.4.0',
packages=['auditlog', 'auditlog.migrations'],
package_dir={'': 'src'},
url='https://github.com/jjkester/django-auditlog',
Expand Down

0 comments on commit f08b4a7

Please sign in to comment.