Skip to content

Commit

Permalink
Merge pull request jazzband#101 from jjkester/v0.4.2
Browse files Browse the repository at this point in the history
v0.4.2
  • Loading branch information
jjkester authored Feb 16, 2017
2 parents 1cb1d98 + 6acab38 commit 1fb6475
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ env:
- DJANGO_VERSION=1.8.*
- DJANGO_VERSION=1.9.*
- DJANGO_VERSION=1.10.*
- DJANGO_VERSION=1.11*
install:
- "pip install -r requirements.txt"
- "pip install Django==$DJANGO_VERSION"
Expand Down
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.1'
release = '0.4.2'

# 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.1',
version='0.4.2',
packages=['auditlog', 'auditlog.migrations'],
package_dir={'': 'src'},
url='https://github.com/jjkester/django-auditlog',
Expand Down

0 comments on commit 1fb6475

Please sign in to comment.