Skip to content

Commit 06fbda3

Browse files
chore: release main (#274)
🤖 I have created a release *beep* *boop* --- <details><summary>python-api: 1.6.0-alpha</summary> ## [1.6.0-alpha](python-api-v1.5.0-alpha...python-api-v1.6.0-alpha) (2025-03-05) ### Features * pinned ontologies for schema 5.3.0 ([#275](#275)) ([cd6a15e](cd6a15e)) * set up new github workflow for only ontologies that have changed ([#264](#264)) ([45d0fce](45d0fce)) ### Misc * remove 5.3.1-alpha ([#273](#273)) ([a930332](a930332)) </details> <details><summary>ontology-assets: 1.5.0-alpha</summary> ## [1.5.0-alpha](ontology-assets-v1.4.0-alpha...ontology-assets-v1.5.0-alpha) (2025-03-05) ### Features * pinned ontologies for schema 5.3.0 ([#275](#275)) ([cd6a15e](cd6a15e)) * set up new github workflow for only ontologies that have changed ([#264](#264)) ([45d0fce](45d0fce)) ### Misc * remove 5.3.1-alpha ([#273](#273)) ([a930332](a930332)) </details> --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Evan Molinelli <[email protected]>
1 parent cd6a15e commit 06fbda3

File tree

5 files changed

+29
-3
lines changed

5 files changed

+29
-3
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"api/python":"1.5.0-alpha","ontology-assets":"1.4.0-alpha",".":"0.0.1"}
1+
{"api/python":"1.6.0","ontology-assets":"1.5.0",".":"0.0.1"}

api/python/CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [1.6.0-alpha](https://github.com/chanzuckerberg/cellxgene-ontology-guide/compare/python-api-v1.5.0-alpha...python-api-v1.6.0-alpha) (2025-03-05)
4+
5+
6+
### Features
7+
8+
* pinned ontologies for schema 5.3.0 ([#275](https://github.com/chanzuckerberg/cellxgene-ontology-guide/issues/275)) ([cd6a15e](https://github.com/chanzuckerberg/cellxgene-ontology-guide/commit/cd6a15e0b5ef8a9b95a956f6373b85de665225e7))
9+
* set up new github workflow for only ontologies that have changed ([#264](https://github.com/chanzuckerberg/cellxgene-ontology-guide/issues/264)) ([45d0fce](https://github.com/chanzuckerberg/cellxgene-ontology-guide/commit/45d0fce7fc168fd59961bd624af1c6097beda0ab))
10+
11+
12+
### Misc
13+
14+
* remove 5.3.1-alpha ([#273](https://github.com/chanzuckerberg/cellxgene-ontology-guide/issues/273)) ([a930332](https://github.com/chanzuckerberg/cellxgene-ontology-guide/commit/a9303329e95e800ac8186ed833d7b45d146f6448))
15+
316
## [1.5.0-alpha](https://github.com/chanzuckerberg/cellxgene-ontology-guide/compare/python-api-v1.4.2...python-api-v1.5.0) (2025-02-13)
417

518

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.5.0"
7+
version = "1.6.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.5.0-alpha"
22+
__version__ = "1.6.0"
2323
__all__ = ["curated_ontology_term_lists", "entities", "ontology_parser", "supported_versions"]

ontology-assets/CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [1.5.0](https://github.com/chanzuckerberg/cellxgene-ontology-guide/compare/ontology-assets-v1.4.0-alpha...ontology-assets-v1.5.0-alpha) (2025-03-05)
4+
5+
6+
### Features
7+
8+
* pinned ontologies for schema 5.3.0 ([#275](https://github.com/chanzuckerberg/cellxgene-ontology-guide/issues/275)) ([cd6a15e](https://github.com/chanzuckerberg/cellxgene-ontology-guide/commit/cd6a15e0b5ef8a9b95a956f6373b85de665225e7))
9+
* set up new github workflow for only ontologies that have changed ([#264](https://github.com/chanzuckerberg/cellxgene-ontology-guide/issues/264)) ([45d0fce](https://github.com/chanzuckerberg/cellxgene-ontology-guide/commit/45d0fce7fc168fd59961bd624af1c6097beda0ab))
10+
11+
12+
### Misc
13+
14+
* remove 5.3.1-alpha ([#273](https://github.com/chanzuckerberg/cellxgene-ontology-guide/issues/273)) ([a930332](https://github.com/chanzuckerberg/cellxgene-ontology-guide/commit/a9303329e95e800ac8186ed833d7b45d146f6448))
15+
316
## [1.4.0-alpha](https://github.com/chanzuckerberg/cellxgene-ontology-guide/compare/ontology-assets-v1.3.2...ontology-assets-v1.4.0) (2025-02-13)
417

518

0 commit comments

Comments
 (0)