Skip to content

Commit 41bb5db

Browse files
committed
Update changelog and version bump to 0.6.2
1 parent da6dea2 commit 41bb5db

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

docs/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [0.6.2] - 2021-01-25
8+
### Added
9+
- Savitzky–Golay filtering for curve fitting and plotting
10+
### Fixed
11+
- Removed leftover debugging message
12+
713
## [0.6.0] - 2021-01-24
814
### Added
915
- An `align` subpackage containing image alignment functionality

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ def read(*names, **kwargs):
2222
setup(
2323
python_requires = ">=3.7",
2424
name = "colonyscanalyser",
25-
version = "0.6.1",
25+
version = "0.6.2",
2626
description = "An image analysis tool for measuring microorganism colony growth",
2727
long_description = long_description,
2828
long_description_content_type = "text/markdown",

0 commit comments

Comments
 (0)