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"