From 61befcafa88b5b67e51447eb359321165ad9b484 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 16 Oct 2024 20:45:01 +0000 Subject: [PATCH] chore(main): release cryoet-data-portal-python-client 3.1.1 --- client/python/cryoet_data_portal/CHANGELOG.md | 7 +++++++ client/python/cryoet_data_portal/pyproject.toml | 2 +- .../cryoet_data_portal/src/cryoet_data_portal/__init__.py | 2 +- release-please.manifest.json | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/client/python/cryoet_data_portal/CHANGELOG.md b/client/python/cryoet_data_portal/CHANGELOG.md index 294842ecf..7a328732b 100644 --- a/client/python/cryoet_data_portal/CHANGELOG.md +++ b/client/python/cryoet_data_portal/CHANGELOG.md @@ -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) diff --git a/client/python/cryoet_data_portal/pyproject.toml b/client/python/cryoet_data_portal/pyproject.toml index 0d000ada7..8f44853bc 100644 --- a/client/python/cryoet_data_portal/pyproject.toml +++ b/client/python/cryoet_data_portal/pyproject.toml @@ -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 = "cryoetdataportal@chanzuckerberg.com" } diff --git a/client/python/cryoet_data_portal/src/cryoet_data_portal/__init__.py b/client/python/cryoet_data_portal/src/cryoet_data_portal/__init__.py index d0e8b7d82..d292521dd 100644 --- a/client/python/cryoet_data_portal/src/cryoet_data_portal/__init__.py +++ b/client/python/cryoet_data_portal/src/cryoet_data_portal/__init__.py @@ -21,7 +21,7 @@ TomogramVoxelSpacing, ) -__version__ = "3.1.0" +__version__ = "3.1.1" __all__ = [ "Client", diff --git a/release-please.manifest.json b/release-please.manifest.json index 23dd2c5a4..3772a8949 100644 --- a/release-please.manifest.json +++ b/release-please.manifest.json @@ -1,4 +1,4 @@ { "frontend": "1.32.1", - "client/python/cryoet_data_portal": "3.1.0" + "client/python/cryoet_data_portal": "3.1.1" }