Skip to content

Commit

Permalink
chore: release main (#245)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Nov 21, 2024
1 parent 0eebc68 commit 2f1b91b
Show file tree
Hide file tree
Showing 4 changed files with 15 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.3.0","ontology-assets":"1.2.0",".":"0.0.1"}
{"api/python":"1.3.1","ontology-assets":"1.2.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.3.1](https://github.com/chanzuckerberg/cellxgene-ontology-guide/compare/python-api-v1.3.0...python-api-v1.3.1) (2024-11-21)


### Features

* fix string error in python release ([#244](https://github.com/chanzuckerberg/cellxgene-ontology-guide/issues/244)) ([1587423](https://github.com/chanzuckerberg/cellxgene-ontology-guide/commit/158742320cf7d903bd61d9fcf4178b9d7fee2b28))


### BugFixes

* idempotency issue ([#247](https://github.com/chanzuckerberg/cellxgene-ontology-guide/issues/247)) ([0eebc68](https://github.com/chanzuckerberg/cellxgene-ontology-guide/commit/0eebc6839fd0a804ad563497610a2b824988f147))

## [1.3.0](https://github.com/chanzuckerberg/cellxgene-ontology-guide/compare/python-api-v1.2.0...python-api-v1.3.0) (2024-11-14)


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.3.0"
version = "1.3.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.3.0"
__version__ = "1.3.1"
__all__ = ["curated_ontology_term_lists", "entities", "ontology_parser", "supported_versions"]

0 comments on commit 2f1b91b

Please sign in to comment.