Scour v0.36

This commit is contained in:
Eduard Braun 2017-08-06 04:55:59 +02:00
parent 49f3664f82
commit e36cd4832a
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
# Release Notes for Scour
## Version 0.36 (not released yet)
## Version 0.36 (2017-08-06)
* Fix embedding of raster images which was broken in most cases and did not work at all in Python 3. ([#120](https://github.com/scour-project/scour/issues/62))
* Some minor fixes for statistics output.
* Greatly improve the algorithm to reduce numeric precision.

View file

@ -16,4 +16,4 @@
#
###############################################################################
__version__ = u'0.35'
__version__ = u'0.36'