Skip to content

Commit

Permalink
bumped to 1.2.1 (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
mristin authored Oct 21, 2018
1 parent 287884f commit 89a9060
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
1.2.1
=====
* Updated to icontract 1.7.1 due to refactoring of tight coupling with icontract internals

1.2.0
=====
* Added support for ``icontract.snapshot``'s
Expand Down
2 changes: 1 addition & 1 deletion pyicontract_lint_meta.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
__title__ = 'pyicontract-lint'
__description__ = 'Lint contracts defined with icontract library.'
__url__ = 'https://github.com/Parquery/pyicontract-lint'
__version__ = '1.2.0'
__version__ = '1.2.1'
__author__ = 'Marko Ristin'
__author_email__ = 'marko.ristin@gmail.com'
__license__ = 'MIT'
Expand Down

0 comments on commit 89a9060

Please sign in to comment.