Skip to content

Commit

Permalink
Merge pull request #66 from jjkester/v0.4.0
Browse files Browse the repository at this point in the history
Release 0.4.0
  • Loading branch information
jjkester authored Aug 17, 2016
2 parents f9ae84d + c08c3d6 commit e448450
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 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.3'
# The full version, including alpha/beta/rc tags.
release = '0.3.3'
release = '0.4.0'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Django>=1.7
Django>=1.8
django-jsonfield>=1.0.0
7 changes: 3 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,15 @@

setup(
name='django-auditlog',
version='0.3.3',
version='0.8.0',
packages=['auditlog', 'auditlog.migrations'],
package_dir={'': 'src'},
url='https://github.com/jjkester/django-auditlog',
license='MIT',
author='Jan-Jelle Kester',
author_email='[email protected]',
description='Audit log app for Django',
install_requires=[
'Django>=1.7',
'django-jsonfield>=0.9.13',
'Django>=1.8',
'django-jsonfield>=1.0.0',
]
)

0 comments on commit e448450

Please sign in to comment.