Skip to content

Commit

Permalink
chore: release main (#224)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Sep 4, 2024
1 parent 5bb43b9 commit 133167c
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -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"}
12 changes: 12 additions & 0 deletions api/python/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion api/python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand Down
2 changes: 1 addition & 1 deletion api/python/src/cellxgene_ontology_guide/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
7 changes: 7 additions & 0 deletions ontology-assets/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down

0 comments on commit 133167c

Please sign in to comment.