From 89a90605d48e6bc2deee5790198bb6c547b481d6 Mon Sep 17 00:00:00 2001 From: Marko Ristin Date: Sun, 21 Oct 2018 07:42:41 +0200 Subject: [PATCH] bumped to 1.2.1 (#13) --- CHANGELOG.rst | 4 ++++ pyicontract_lint_meta.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 0a5a63a..f2fffdb 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -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 diff --git a/pyicontract_lint_meta.py b/pyicontract_lint_meta.py index 6a1dadf..7b32143 100644 --- a/pyicontract_lint_meta.py +++ b/pyicontract_lint_meta.py @@ -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'