From 133167c61004db1b3cd2f3b8e715dde67a71f3f9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 4 Sep 2024 14:15:43 -0400 Subject: [PATCH] chore: release main (#224) --- .release-please-manifest.json | 2 +- api/python/CHANGELOG.md | 12 ++++++++++++ api/python/pyproject.toml | 2 +- api/python/src/cellxgene_ontology_guide/__init__.py | 2 +- ontology-assets/CHANGELOG.md | 7 +++++++ 5 files changed, 22 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index ccf99bd8..70c9ae08 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{"api/python":"1.1.0","ontology-assets":"1.0.2",".":"0.0.1"} +{"api/python":"1.2.0","ontology-assets":"1.1.0",".":"0.0.1"} diff --git a/api/python/CHANGELOG.md b/api/python/CHANGELOG.md index 407820f2..0a135629 100644 --- a/api/python/CHANGELOG.md +++ b/api/python/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [1.2.0](https://github.com/chanzuckerberg/cellxgene-ontology-guide/compare/python-api-v1.1.0...python-api-v1.2.0) (2024-09-04) + + +### Features + +* bump CL, EFO, HsapDv, MmusDv, MONDO, UBERON ontology versions for CxG schema 5.2.0 ([#217](https://github.com/chanzuckerberg/cellxgene-ontology-guide/issues/217)) ([5bb43b9](https://github.com/chanzuckerberg/cellxgene-ontology-guide/commit/5bb43b988652ff003e89deccff8aecb9852205e5)) + + +### Misc + +* Fix typo in python readme ([#216](https://github.com/chanzuckerberg/cellxgene-ontology-guide/issues/216)) ([30a6ba8](https://github.com/chanzuckerberg/cellxgene-ontology-guide/commit/30a6ba87156d8b5fb223be0332407cf824f16926)) + ## [1.1.0](https://github.com/chanzuckerberg/cellxgene-ontology-guide/compare/python-api-v1.0.0...python-api-v1.1.0) (2024-07-08) diff --git a/api/python/pyproject.toml b/api/python/pyproject.toml index 735c50f1..88053fdc 100644 --- a/api/python/pyproject.toml +++ b/api/python/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "cellxgene_ontology_guide" -version = "1.1.0" +version = "1.2.0" description = "Access ontology metadata used by CZ cellxgene" authors = [ { name = "Chan Zuckerberg Initiative Foundation", email = "cellxgene@chanzuckerberg.com" } diff --git a/api/python/src/cellxgene_ontology_guide/__init__.py b/api/python/src/cellxgene_ontology_guide/__init__.py index 28e42e5c..b10b2333 100644 --- a/api/python/src/cellxgene_ontology_guide/__init__.py +++ b/api/python/src/cellxgene_ontology_guide/__init__.py @@ -19,5 +19,5 @@ .. include:: ../../CHANGELOG.md """ -__version__ = "1.1.0" +__version__ = "1.2.0" __all__ = ["curated_ontology_term_lists", "entities", "ontology_parser", "supported_versions"] diff --git a/ontology-assets/CHANGELOG.md b/ontology-assets/CHANGELOG.md index c91f907b..cec64bb7 100644 --- a/ontology-assets/CHANGELOG.md +++ b/ontology-assets/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.1.0](https://github.com/chanzuckerberg/cellxgene-ontology-guide/compare/ontology-assets-v1.0.2...ontology-assets-v1.1.0) (2024-09-04) + + +### Features + +* bump CL, EFO, HsapDv, MmusDv, MONDO, UBERON ontology versions for CxG schema 5.2.0 ([#217](https://github.com/chanzuckerberg/cellxgene-ontology-guide/issues/217)) ([5bb43b9](https://github.com/chanzuckerberg/cellxgene-ontology-guide/commit/5bb43b988652ff003e89deccff8aecb9852205e5)) + ## [1.0.2](https://github.com/chanzuckerberg/cellxgene-ontology-guide/compare/ontology-assets-v1.0.1...ontology-assets-v1.0.2) (2024-08-23)