Skip to content

Commit

Permalink
bumped a minor version (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
mristin committed Oct 20, 2018
1 parent f01780c commit f1f5d66
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions 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
Expand Down
2 changes: 1 addition & 1 deletion pyicontract_lint_meta.py
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.1.1'
__version__ = '1.2.0'
__author__ = 'Marko Ristin'
__author_email__ = 'marko.ristin@gmail.com'
__license__ = 'MIT'
Expand Down

0 comments on commit f1f5d66

Please sign in to comment.