Skip to content

Commit f79c862

Browse files
chore: release main
1 parent a930332 commit f79c862

File tree

5 files changed

+27
-3
lines changed

5 files changed

+27
-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-alpha","ontology-assets":"1.5.0-alpha",".":"0.0.1"}

api/python/CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
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-04)
4+
5+
6+
### Features
7+
8+
* 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))
9+
10+
11+
### Misc
12+
13+
* 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))
14+
315
## [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)
416

517

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

ontology-assets/CHANGELOG.md

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

3+
## [1.5.0-alpha](https://github.com/chanzuckerberg/cellxgene-ontology-guide/compare/ontology-assets-v1.4.0-alpha...ontology-assets-v1.5.0-alpha) (2025-03-04)
4+
5+
6+
### Features
7+
8+
* 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))
9+
10+
11+
### Misc
12+
13+
* 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))
14+
315
## [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)
416

517

0 commit comments

Comments
 (0)