From e36cd4832a4f8337bef6ca0125bc063da4de3f93 Mon Sep 17 00:00:00 2001 From: Eduard Braun Date: Sun, 6 Aug 2017 04:55:59 +0200 Subject: [PATCH] Scour v0.36 --- HISTORY.md | 2 +- scour/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index c3015bd..3c7f37c 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -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. diff --git a/scour/__init__.py b/scour/__init__.py index aca9dcf..5831769 100644 --- a/scour/__init__.py +++ b/scour/__init__.py @@ -16,4 +16,4 @@ # ############################################################################### -__version__ = u'0.35' +__version__ = u'0.36'