Skip to content

Commit

Permalink
chore: release main (#258)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


<details><summary>python-api: 1.4.1</summary>

##
[1.4.1](python-api-v1.4.0...python-api-v1.4.1)
(2025-01-28)


### BugFixes

* upgrade EFO from 3.69 to 3.74
([#257](#257))
([c38e905](c38e905))
</details>

<details><summary>ontology-assets: 1.3.1</summary>

##
[1.3.1](ontology-assets-v1.3.0...ontology-assets-v1.3.1)
(2025-01-28)


### BugFixes

* upgrade EFO from 3.69 to 3.74
([#257](#257))
([c38e905](c38e905))
</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>
  • Loading branch information
github-actions[bot] authored Jan 28, 2025
1 parent c38e905 commit d56f1f4
Show file tree
Hide file tree
Showing 5 changed files with 17 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.4.0","ontology-assets":"1.3.0",".":"0.0.1"}
{"api/python":"1.4.1","ontology-assets":"1.3.1",".":"0.0.1"}
7 changes: 7 additions & 0 deletions api/python/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.4.1](https://github.com/chanzuckerberg/cellxgene-ontology-guide/compare/python-api-v1.4.0...python-api-v1.4.1) (2025-01-28)


### BugFixes

* upgrade EFO from 3.69 to 3.74 ([#257](https://github.com/chanzuckerberg/cellxgene-ontology-guide/issues/257)) ([c38e905](https://github.com/chanzuckerberg/cellxgene-ontology-guide/commit/c38e905c22113c8c83bc632e1e9cdd140510f5b3))

## [1.4.0](https://github.com/chanzuckerberg/cellxgene-ontology-guide/compare/python-api-v1.3.1...python-api-v1.4.0) (2025-01-28)


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.4.0"
version = "1.4.1"
description = "Access ontology metadata used by CZ cellxgene"
authors = [
{ name = "Chan Zuckerberg Initiative Foundation", email = "[email protected]" }
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.4.0"
__version__ = "1.4.1"
__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.3.1](https://github.com/chanzuckerberg/cellxgene-ontology-guide/compare/ontology-assets-v1.3.0...ontology-assets-v1.3.1) (2025-01-28)


### BugFixes

* upgrade EFO from 3.69 to 3.74 ([#257](https://github.com/chanzuckerberg/cellxgene-ontology-guide/issues/257)) ([c38e905](https://github.com/chanzuckerberg/cellxgene-ontology-guide/commit/c38e905c22113c8c83bc632e1e9cdd140510f5b3))

## [1.3.0](https://github.com/chanzuckerberg/cellxgene-ontology-guide/compare/ontology-assets-v1.2.0...ontology-assets-v1.3.0) (2025-01-28)


Expand Down

0 comments on commit d56f1f4

Please sign in to comment.