From 62562f8514f5282322886f079f7e0209327879ec Mon Sep 17 00:00:00 2001 From: Thomas Hess Date: Tue, 20 Nov 2018 13:40:56 +0100 Subject: [PATCH] Release version 0.3.0 --- CHANGES.rst | 9 ++++++++- visual_image_splitter/visual_image_splitter.py | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index dca5afe..45756ef 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,12 +1,19 @@ Changelog ========= +Version 0.3.0 (20.11.2018) +-------------------------- + +- Implemented selection rendering in the right panel. +- Improved internal code quality. + + Version 0.2.0 (17.10.2018) -------------------------- - Implemented better image rendering for the opened images list. Images are now displayed as a list, keeping the aspect ratio of shown images. -- Improved internal code quality +- Improved internal code quality. Version 0.1.0 (02.10.2018) diff --git a/visual_image_splitter/visual_image_splitter.py b/visual_image_splitter/visual_image_splitter.py index 1bb5588..e3f224d 100644 --- a/visual_image_splitter/visual_image_splitter.py +++ b/visual_image_splitter/visual_image_splitter.py @@ -18,7 +18,7 @@ # These constants are extracted by setup.py PROGRAMNAME = "visual_image_splitter" -VERSION = "0.2.0" +VERSION = "0.3.0" COPYRIGHT = "(C) 2018 Thomas Hess" AUTHOR = "Thomas Hess" AUTHOR_EMAIL = "thomas.hess@udo.edu"