diff --git a/apps/main/__init__.py b/apps/main/__init__.py index 822a2c8cfa..5a086612d9 100644 --- a/apps/main/__init__.py +++ b/apps/main/__init__.py @@ -19,7 +19,7 @@ __status__ = 'Production' __version_info__ = { 'major': 0, 'minor': 11, - 'micro': 1, + 'micro': 2, 'releaselevel': 'final', 'serial': 0 } diff --git a/docs/changelog.rst b/docs/changelog.rst index 80d0787351..3396407b17 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -1,3 +1,8 @@ +Version 0.11.2 +-------------- +* Fix issue #17, thanks to Сергей Глита (https://github.com/gsv70) for + finding this one. + Version 0.11 ------------ * Support for signed documents verification added, embedded and detached