Skip to content

Commit

Permalink
bumped to version 2.3.5 (#153)
Browse files Browse the repository at this point in the history
* Disabled invariant checks during the construction to avoid attribute errors
  on uninitialized attributes
  • Loading branch information
mristin authored Sep 23, 2020
1 parent e2c5053 commit 6562a01
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
2.3.5
=====
* Disabled invariant checks during the construction to avoid attribute errors
on uninitialized attributes

2.3.4
=====
* Added ``icontract_meta`` to ``setup.py``
* Noted that contracts on ``*args`` and ``**kwargs`` are known issues

2.3.3
=====
* Fixed performance regression due to state
Expand Down
2 changes: 1 addition & 1 deletion icontract_meta.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
__description__ = (
'Provide design-by-contract with informative violation messages.')
__url__ = 'https://github.com/Parquery/icontract'
__version__ = '2.3.4'
__version__ = '2.3.5'
__author__ = 'Marko Ristin'
__author_email__ = 'marko.ristin@gmail.com'
__license__ = 'MIT'
Expand Down

0 comments on commit 6562a01

Please sign in to comment.