Skip to content

Commit

Permalink
Update changelog and version bump to 0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Erik-White committed Jan 25, 2021
1 parent da6dea2 commit 41bb5db
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ 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.6.2] - 2021-01-25
### Added
- Savitzky–Golay filtering for curve fitting and plotting
### Fixed
- Removed leftover debugging message

## [0.6.0] - 2021-01-24
### Added
- An `align` subpackage containing image alignment functionality
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def read(*names, **kwargs):
setup(
python_requires = ">=3.7",
name = "colonyscanalyser",
version = "0.6.1",
version = "0.6.2",
description = "An image analysis tool for measuring microorganism colony growth",
long_description = long_description,
long_description_content_type = "text/markdown",
Expand Down

0 comments on commit 41bb5db

Please sign in to comment.