From cec4c93d4323ae50d094b94a26f96d21f5e9f9f4 Mon Sep 17 00:00:00 2001 From: Matt Date: Fri, 5 Apr 2019 15:24:19 +0100 Subject: [PATCH] Bump to v4.1.3 --- doc/changelog.md | 10 ++++++++-- src/imageserver/__about__.py | 2 +- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/doc/changelog.md b/doc/changelog.md index 19f7c16..b056b75 100644 --- a/doc/changelog.md +++ b/doc/changelog.md @@ -1,6 +1,12 @@ -# Unreleased +# v4.1.3 _Changes: Add Ubuntu 18 support, new guide to running at AWS or on Docker, -internals - replace generated host ID with a random UUID_ +internals - replace generated host ID with a random UUID, improvements for +creating demo instances at AWS_ + +To upgrade: + +* Update the Python and web code (the `src` folder) +* Restart the Apache service # v4.1.2 _Changes: Fix bug preventing the cropping tool working on touchscreen devices diff --git a/src/imageserver/__about__.py b/src/imageserver/__about__.py index 45fbd86..8863715 100644 --- a/src/imageserver/__about__.py +++ b/src/imageserver/__about__.py @@ -33,7 +33,7 @@ __source_uri__ = "https://github.com/quru/qis" __platforms__ = ["Linux", "Unix", "Mac OSX"] -__version__ = "4.1.2" +__version__ = "4.1.3" __author__ = "Quru Ltd" __email__ = "info@quru.com"