Skip to content

Commit

Permalink
bump version to 1.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
eranrund committed Aug 17, 2018
1 parent d466128 commit f58bbc3
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
Version 1.1.9
------------------------
* Cleanup stray .pyc files


Version 1.1.8
------------------------
* Fix Django2.0 admin interface bug
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.8'
__version__ = '1.1.9'
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.8',
version='1.1.9',
packages=['papertrail'],
install_requires=[
'Django>=1.10,<2.0;python_version<"3.0"',
Expand Down
2 changes: 2 additions & 0 deletions upload
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
pyclean ; python setup.py sdist
twine upload dist/django-papertrail-1.1.5.tar.gz

0 comments on commit f58bbc3

Please sign in to comment.