From 6006bff6f30ec1190fafebb5330039a0321b76ad Mon Sep 17 00:00:00 2001 From: d33bs Date: Thu, 17 Oct 2024 17:17:30 -0600 Subject: [PATCH 1/2] bump: version 1.2.0 -> 1.2.1 --- CHANGELOG.md | 7 +++++++ CITATION.cff | 4 ++-- pyproject.toml | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 08b5e27d..c59bd4f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## v1.2.1 (2024-10-17) +[Detailed release notes](https://github.com/cytomining/pycytominer/releases/tag/v1.2.1) + +### Fix + +- **citation**: fix citation.cff file formatting (#460) + ## v1.2.0 (2024-09-30) [Detailed release notes](https://github.com/cytomining/pycytominer/releases/tag/v1.2.0) diff --git a/CITATION.cff b/CITATION.cff index 485fa641..d10d0237 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -1,4 +1,4 @@ -cff-version: 1.2.0 +cff-version: 1.2.1 message: "If you have used pycytominer in your project, please cite us as:" authors: - family-names: Serrano @@ -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 diff --git a/pyproject.toml b/pyproject.toml index 327378f6..2f5818a8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -200,7 +200,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" From 29e85d3a8aca4db404670aca015124377c688739 Mon Sep 17 00:00:00 2001 From: d33bs Date: Fri, 18 Oct 2024 09:56:20 -0600 Subject: [PATCH 2/2] linting / fixes --- CHANGELOG.md | 1 + CITATION.cff | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c59bd4f9..03cd5386 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,5 @@ ## v1.2.1 (2024-10-17) + [Detailed release notes](https://github.com/cytomining/pycytominer/releases/tag/v1.2.1) ### Fix diff --git a/CITATION.cff b/CITATION.cff index d10d0237..d109a0f7 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -1,4 +1,4 @@ -cff-version: 1.2.1 +cff-version: 1.2.0 message: "If you have used pycytominer in your project, please cite us as:" authors: - family-names: Serrano