Skip to content

Commit 08f3a04

Browse files
authored
bump: version 1.2.0 -> 1.2.1 (#461)
* bump: version 1.2.0 -> 1.2.1 * linting / fixes * typo in earlier comment related to release * Update CHANGELOG.md * Update CHANGELOG.md
1 parent 0388f50 commit 08f3a04

File tree

4 files changed

+27
-3
lines changed

4 files changed

+27
-3
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ repos:
2626
rev: "2.2.4"
2727
hooks:
2828
- id: pyproject-fmt
29-
# validates CITATION.cff file formatting expecations
29+
# validates CITATION.cff file formatting expectations
3030
- repo: https://github.com/citation-file-format/cffconvert
3131
rev: b6045d78aac9e02b039703b030588d54d53262ac
3232
hooks:

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1+
## v1.2.1 (2024-11-20)
2+
3+
[Detailed release notes](https://github.com/cytomining/pycytominer/releases/tag/v1.2.1)
4+
5+
### Fix
6+
7+
- **citation**: fix citation.cff file formatting (#460)
8+
9+
### Refactor
10+
11+
- **collate**: deprecationwarning for `collate` (#462)
12+
13+
### Build
14+
15+
- **python**: add python 3.12 compatibility (#475)
16+
- **python**: bump minimum python version to 3.9 (#464)
17+
18+
### CI
19+
20+
- **pre-commit**: format pyproject.toml with pyproject-fmt (#453)
21+
- **releases**: constrain PyPI GitHub Actions release trigger types (#458)
22+
- **dependencies**: update setup python action dependencies and dependabot settings (#457)
23+
- **dependabot**: enable auto poetry updates (#463)
24+
125
## v1.2.0 (2024-09-30)
226

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

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ authors:
8585
orcid: https://orcid.org/0000-0002-0503-9348
8686
title: "Reproducible image-based profiling with Pycytominer"
8787
# This version is updated using `cz bump` command
88-
version: "1.2.0"
88+
version: "1.2.1"
8989
license: BSD-3-Clause
9090
repository-code: "https://github.com/cytomining/pycytominer"
9191
doi: 10.48550/arXiv.2311.13417

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ ignore_missing_imports = true
203203

204204
[tool.commitizen]
205205
# This version is used for changelog tracking and is updated using `cz bump`
206-
version = "1.2.0"
206+
version = "1.2.1"
207207
name = "cz_conventional_commits"
208208
tag_format = "v$version"
209209
version_scheme = "pep440"

0 commit comments

Comments
 (0)