Skip to content

Commit

Permalink
Release 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Martijn Jacobs committed May 9, 2017
1 parent 76c504a commit 4cc1aef
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions docs/source/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
Changelog
=========

1.1.2 (2017-05-09)
-------------------
Fixes:
* #98 Fix user address integrity error

1.1.1 (2017-05-09)
-------------------
Features:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from setuptools import setup, find_packages

__version__ = "1.1.1"
__version__ = "1.1.2"


setup(
Expand Down

0 comments on commit 4cc1aef

Please sign in to comment.