Skip to content

Commit

Permalink
Release 1.1.2 (#35)
Browse files Browse the repository at this point in the history
* Handle `__new__` and forward declarations (#34)
* Fix rendering of multi-line conditions (#33)
* Report failed Hypothesis health checks as errors (#32)
  • Loading branch information
mristin authored Apr 23, 2021
1 parent 5a37ed3 commit 45051a3
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.1"
__version__ = "1.1.2"
__author__ = "Marko Ristin"
__copyright__ = "Copyright 2020 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.1",
version="1.1.2",
description="Combine contracts and automatic testing.",
long_description=long_description,
url="https://github.com/mristin/icontract-hypothesis",
Expand Down

0 comments on commit 45051a3

Please sign in to comment.