Skip to content

Commit

Permalink
version 1.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
eranrund committed Nov 2, 2017
1 parent c7fdc39 commit d1721b2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
Version 1.1.5
------------------------
* Update the `message` field to be a TextField.

Version 1.1.4
------------------------
* Django 1.10 and 1.11 support.
Expand Down
2 changes: 1 addition & 1 deletion papertrail/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = '1.1.4'
__version__ = '1.1.5'
default_app_config = 'papertrail.apps.PapertrailConfig'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

setup(
name='django-papertrail',
version='1.1.4',
version='1.1.5',
packages=['papertrail'],
install_requires=[
'Django>=1.7',
Expand Down

0 comments on commit d1721b2

Please sign in to comment.