Skip to content

Commit

Permalink
Update changelog and version to 0.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vallsv committed Jan 30, 2017
1 parent b299a7b commit 5240ab0
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions doc/source/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions version.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand All @@ -67,7 +67,7 @@

MAJOR = 0
MINOR = 13
MICRO = 0
MICRO = 1
RELEV = "final" # <16
SERIAL = 0 # <16

Expand Down

0 comments on commit 5240ab0

Please sign in to comment.