Skip to content

Commit

Permalink
chore(main): release cryoet-data-portal-python-client 3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Oct 16, 2024
1 parent 858d815 commit 61befca
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions client/python/cryoet_data_portal/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [3.1.1](https://github.com/chanzuckerberg/cryoet-data-portal/compare/cryoet-data-portal-python-client-v3.1.0...cryoet-data-portal-python-client-v3.1.1) (2024-10-16)


### 📝 Documentation

* Move documentation site to Sphinx Immaterial ([#1087](https://github.com/chanzuckerberg/cryoet-data-portal/issues/1087)) ([5d549dc](https://github.com/chanzuckerberg/cryoet-data-portal/commit/5d549dce37e69c1e9ddbf76c8cfaf28581419cda))

## [3.1.0](https://github.com/chanzuckerberg/cryoet-data-portal/compare/cryoet-data-portal-python-client-v3.0.3...cryoet-data-portal-python-client-v3.1.0) (2024-08-22)


Expand Down
2 changes: 1 addition & 1 deletion client/python/cryoet_data_portal/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 = "cryoet_data_portal"
version = "3.1.0"
version = "3.1.1"
description = "API Client to facilitate the use of the CryoET Portal. For more information about the API and the project visit https://github.com/chanzuckerberg/cryoet-data-portal/"
authors = [
{ name = "Chan Zuckerberg Initiative", email = "[email protected]" }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
TomogramVoxelSpacing,
)

__version__ = "3.1.0"
__version__ = "3.1.1"

__all__ = [
"Client",
Expand Down
2 changes: 1 addition & 1 deletion release-please.manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"frontend": "1.32.1",
"client/python/cryoet_data_portal": "3.1.0"
"client/python/cryoet_data_portal": "3.1.1"
}

0 comments on commit 61befca

Please sign in to comment.