Skip to content

Commit

Permalink
Version bump to 0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Erik-White committed May 18, 2020
1 parent 2617357 commit 5f0f988
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ 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.4.2] - 2020-05-18
### Added
- Support for `bmp` image files
### Fixed
- Wrong type reference in colony.colonies_from_timepoints
### Changed
- `image_file._load_image` will now retry once if it fails
## [0.4.1] - 2020-05-11
### Added
- Dockerfile and utility scripts
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def read(*names, **kwargs):
setup(
python_requires = ">=3.7",
name = "colonyscanalyser",
version = "0.4.1",
version = "0.4.2",
description = "An image analysis tool for measuring microorganism colony growth",
long_description = "%s\n%s" % (
re.compile("^.. start-badges.*^.. end-badges", re.M | re.S).sub("", read("README.md")),
Expand Down

0 comments on commit 5f0f988

Please sign in to comment.