From 226cfd899d7e7ad111d2be8cc650cc50073c9f49 Mon Sep 17 00:00:00 2001 From: Erik White <26148654+Erik-White@users.noreply.github.com> Date: Sun, 7 Jun 2020 16:00:21 +0300 Subject: [PATCH] Update documentation and version bump to 0.5.1 --- docs/CHANGELOG.md | 4 ++++ setup.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 23d856c..c67029d 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.5.1] - 2020-06-07 +### Fixed +- RGB images are correctly handled during colour mode conversion + ## [0.5.0] - 2020-06-05 ### Added - Utilize multiprocessing for grouping and filtering `Timepoint`s to Colonies diff --git a/setup.py b/setup.py index 2cc2b1e..7230fcf 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ def read(*names, **kwargs): setup( python_requires = ">=3.7", name = "colonyscanalyser", - version = "0.5.0", + version = "0.5.1", description = "An image analysis tool for measuring microorganism colony growth", long_description = long_description, long_description_content_type = "text/markdown",