Skip to content

Commit d615645

Browse files
chore: release main
1 parent 11c671d commit d615645

File tree

5 files changed

+17
-3
lines changed

5 files changed

+17
-3
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"api/python":"1.0.0","ontology-assets":"1.0.0",".":"0.0.1"}
1+
{"api/python":"1.1.0","ontology-assets":"1.0.1",".":"0.0.1"}

api/python/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [1.1.0](https://github.com/chanzuckerberg/cellxgene-ontology-guide/compare/python-api-v1.0.0...python-api-v1.1.0) (2024-07-08)
4+
5+
6+
### Features
7+
8+
* fetch term ID by term label ([#212](https://github.com/chanzuckerberg/cellxgene-ontology-guide/issues/212)) ([11c671d](https://github.com/chanzuckerberg/cellxgene-ontology-guide/commit/11c671d4abc5afea15b5aa319a5499fef56e574b))
9+
310
## [1.0.0](https://github.com/chanzuckerberg/cellxgene-ontology-guide/compare/python-api-v0.8.0...python-api-v1.0.0) (2024-05-15)
411

512

api/python/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "cellxgene_ontology_guide"
7-
version = "1.0.0"
7+
version = "1.1.0"
88
description = "Access ontology metadata used by CZ cellxgene"
99
authors = [
1010
{ name = "Chan Zuckerberg Initiative Foundation", email = "[email protected]" }

api/python/src/cellxgene_ontology_guide/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@
1919
.. include:: ../../CHANGELOG.md
2020
"""
2121

22-
__version__ = "1.0.0"
22+
__version__ = "1.1.0"
2323
__all__ = ["curated_ontology_term_lists", "entities", "ontology_parser", "supported_versions"]

ontology-assets/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [1.0.1](https://github.com/chanzuckerberg/cellxgene-ontology-guide/compare/ontology-assets-v1.0.0...ontology-assets-v1.0.1) (2024-07-08)
4+
5+
6+
### Misc
7+
8+
* update ontology descendant mappings ([#209](https://github.com/chanzuckerberg/cellxgene-ontology-guide/issues/209)) ([c493ca9](https://github.com/chanzuckerberg/cellxgene-ontology-guide/commit/c493ca953ebea208442ce6ba883b4f3b29450046))
9+
310
## [1.0.0](https://github.com/chanzuckerberg/cellxgene-ontology-guide/compare/ontology-assets-v0.5.0...ontology-assets-v1.0.0) (2024-05-15)
411

512

0 commit comments

Comments
 (0)