Skip to content

Commit

Permalink
Release 1.1.5
Browse files Browse the repository at this point in the history
* Add support for recursive data structures (#54)
  • Loading branch information
mristin committed Jul 6, 2021
1 parent 3ae9ca8 commit 37bf207
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion icontract_hypothesis/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
import icontract._types

# Don't forget to update the version in setup.py!
__version__ = "1.1.4"
__version__ = "1.1.5"
__author__ = "Marko Ristin"
__copyright__ = "Copyright 2020-2021 Marko Ristin"
__license__ = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
setup(
name="icontract-hypothesis",
# Don't forget to update the version in __init__.py!
version="1.1.4",
version="1.1.5",
description="Combine contracts and automatic testing.",
long_description=long_description,
url="https://github.com/mristin/icontract-hypothesis",
Expand Down

0 comments on commit 37bf207

Please sign in to comment.