Skip to content

Commit

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


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

##
[0.7.1](python-api-v0.7.0...python-api-v0.7.1)
(2024-04-12)


### BugFixes

* remove setuptools-scm
([#197](#197))
([254b981](254b981))
</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 Apr 12, 2024
1 parent 254b981 commit cac2a12
Show file tree
Hide file tree
Showing 4 changed files with 10 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":"0.7.0","ontology-assets":"0.4.0",".":"0.0.1"}
{"api/python":"0.7.1","ontology-assets":"0.4.0",".":"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

## [0.7.1](https://github.com/chanzuckerberg/cellxgene-ontology-guide/compare/python-api-v0.7.0...python-api-v0.7.1) (2024-04-12)


### BugFixes

* remove setuptools-scm ([#197](https://github.com/chanzuckerberg/cellxgene-ontology-guide/issues/197)) ([254b981](https://github.com/chanzuckerberg/cellxgene-ontology-guide/commit/254b981aa05186f13df87558bef6d90ac44aeec7))

## [0.7.0](https://github.com/chanzuckerberg/cellxgene-ontology-guide/compare/python-api-v0.6.1...python-api-v0.7.0) (2024-04-11)


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 = "0.7.0"
version = "0.7.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__ = "0.7.0"
__version__ = "0.7.1"
__all__ = ["curated_ontology_term_lists", "entities", "ontology_parser", "supported_versions"]

0 comments on commit cac2a12

Please sign in to comment.