Skip to content

Commit

Permalink
bump: version 1.2.0 -> 1.2.1 (#461)
Browse files Browse the repository at this point in the history
* bump: version 1.2.0 -> 1.2.1

* linting / fixes

* typo in earlier comment related to release

* Update CHANGELOG.md

* Update CHANGELOG.md
  • Loading branch information
d33bs authored Nov 20, 2024
1 parent 0388f50 commit 08f3a04
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ repos:
rev: "2.2.4"
hooks:
- id: pyproject-fmt
# validates CITATION.cff file formatting expecations
# validates CITATION.cff file formatting expectations
- repo: https://github.com/citation-file-format/cffconvert
rev: b6045d78aac9e02b039703b030588d54d53262ac
hooks:
Expand Down
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,27 @@
## v1.2.1 (2024-11-20)

[Detailed release notes](https://github.com/cytomining/pycytominer/releases/tag/v1.2.1)

### Fix

- **citation**: fix citation.cff file formatting (#460)

### Refactor

- **collate**: deprecationwarning for `collate` (#462)

### Build

- **python**: add python 3.12 compatibility (#475)
- **python**: bump minimum python version to 3.9 (#464)

### CI

- **pre-commit**: format pyproject.toml with pyproject-fmt (#453)
- **releases**: constrain PyPI GitHub Actions release trigger types (#458)
- **dependencies**: update setup python action dependencies and dependabot settings (#457)
- **dependabot**: enable auto poetry updates (#463)

## v1.2.0 (2024-09-30)

[Detailed release notes](https://github.com/cytomining/pycytominer/releases/tag/v1.2.0)
Expand Down
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ authors:
orcid: https://orcid.org/0000-0002-0503-9348
title: "Reproducible image-based profiling with Pycytominer"
# This version is updated using `cz bump` command
version: "1.2.0"
version: "1.2.1"
license: BSD-3-Clause
repository-code: "https://github.com/cytomining/pycytominer"
doi: 10.48550/arXiv.2311.13417
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ ignore_missing_imports = true

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

0 comments on commit 08f3a04

Please sign in to comment.