diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 82cea98..0a5a63a 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,3 +1,7 @@ +1.2.0 +===== +* Added support for ``icontract.snapshot``'s + 1.1.1 ===== * ``ImportError`` is ignored if module of the file could not be figured out (*e.g.* when the ``__init__.py`` is diff --git a/pyicontract_lint_meta.py b/pyicontract_lint_meta.py index ad662d3..6a1dadf 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.1.1' +__version__ = '1.2.0' __author__ = 'Marko Ristin' __author_email__ = 'marko.ristin@gmail.com' __license__ = 'MIT'