Skip to content

Commit

Permalink
Merge pull request #355 from cytomining/release-v1.0.1
Browse files Browse the repository at this point in the history
bump: version 1.0.0 → 1.0.1
  • Loading branch information
kenibrewer committed Nov 8, 2023
2 parents a8e6ca9 + 6778a6d commit 95396f3
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## v1.0.1 (2023-11-07)

[Detailed Release Notes](https://github.com/cytomining/pycytominer/releases/tag/v1.0.1)

### Fix

- **docs**: add dynamic versioning to docs build
- **collate**: move optional dep import to function

## v1.0.0 (2023-10-29)

[Detailed Release Notes](https://github.com/cytomining/pycytominer/releases/tag/v1.0.0)
Expand Down
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,6 @@ authors:
orcid: https://orcid.org/0000-0002-0503-9348
title: "Reproducible processing of image-based profiling representations with Pycytominer"
# This version is updated using `cz bump` command
version: "1.0.0"
version: "1.0.1"
license: BSD 3-Clause License
repository-code: "https://github.com/cytomining/pycytominer"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ files = ["pycytominer/__about__.py"]

[tool.commitizen]
# This version is used for changelog tracking and is updated using `cz bump`
version = "1.0.0"
version = "1.0.1"
name = "cz_conventional_commits"
tag_format = "v$version"
version_scheme = "pep440"
Expand Down

0 comments on commit 95396f3

Please sign in to comment.