diff --git a/doc/source/changelog.rst b/doc/source/changelog.rst index cd3dad95f..67e07e7b7 100644 --- a/doc/source/changelog.rst +++ b/doc/source/changelog.rst @@ -5,6 +5,14 @@ ChangeLog of Versions ===================== +0.13.1: 30/01/2017 +------------------ + +* Backport critical bug fix from 0.14-dev + - Convert matplotlib mouse input into pixel coordinates (fix issue with numpy 0.12) + - Fix eiger-mask script if h5py is not installed + - Use "/usr/bin/env python" for scripts + 0.13.0: 01/12/2016 ------------------ * Global improvement of tests, packaging, code quality, documentation and project tools diff --git a/version.py b/version.py index 9acfe568d..d0395484b 100644 --- a/version.py +++ b/version.py @@ -53,7 +53,7 @@ __authors__ = ["Jérôme Kieffer"] __license__ = "MIT" __copyright__ = "European Synchrotron Radiation Facility, Grenoble, France" -__date__ = "02/12/2016" +__date__ = "30/01/2017" __status__ = "production" __docformat__ = 'restructuredtext' __all__ = ["date", "version_info", "strictversion", "hexversion", "debianversion", "calc_hexversion"] @@ -67,7 +67,7 @@ MAJOR = 0 MINOR = 13 -MICRO = 0 +MICRO = 1 RELEV = "final" # <16 SERIAL = 0 # <16