Skip to content

Commit

Permalink
chore(tsmith/automate-release): release cryoet-data-portal-python-cli…
Browse files Browse the repository at this point in the history
…ent 3.1.0
  • Loading branch information
github-actions[bot] authored Aug 2, 2024
1 parent 59c8297 commit 8231b97
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 3 deletions.
22 changes: 22 additions & 0 deletions client/python/cryoet_data_portal/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Changelog

## [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-02)


### ✨ Features

* add user agent to client requests ([#966](https://github.com/chanzuckerberg/cryoet-data-portal/issues/966)) ([8209cd4](https://github.com/chanzuckerberg/cryoet-data-portal/commit/8209cd46cb8ab21341c7ee94672db3bae78f9aa2))


### 🐞 Bug Fixes

* add link to documentation to pypi ([38c76b4](https://github.com/chanzuckerberg/cryoet-data-portal/commit/38c76b450294d35a276d102ed816b12dd810ee99))
* create recursive_from_prefix path if it does not exist ([#940](https://github.com/chanzuckerberg/cryoet-data-portal/issues/940)) ([0069f08](https://github.com/chanzuckerberg/cryoet-data-portal/commit/0069f080987ac05efef82d024cb17f4dc307a0f3))
* Use match with substring for exception check in client tests ([#895](https://github.com/chanzuckerberg/cryoet-data-portal/issues/895)) ([07352ec](https://github.com/chanzuckerberg/cryoet-data-portal/commit/07352ecdb8c6f50ffe97ff7be9777c0cf6dd66cb))


### 🧹 Miscellaneous Chores

* Add additional test case to TestGetDestinationPath ([#955](https://github.com/chanzuckerberg/cryoet-data-portal/issues/955)) ([a9412a8](https://github.com/chanzuckerberg/cryoet-data-portal/commit/a9412a80f3b24ff94b0803fdd59d3583b4521706))
* automate pypi release ([508516b](https://github.com/chanzuckerberg/cryoet-data-portal/commit/508516b956b14d6aa18c8f39b5c28938f0b49220))
* prepare client for release automation ([d7e5446](https://github.com/chanzuckerberg/cryoet-data-portal/commit/d7e5446519aebfbc180eaef98a11ce65ec7d49dc))
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.0.3"
version = "3.1.0"
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" }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
TomogramVoxelSpacing,
)

__version__ = "3.0.3"
__version__ = "3.1.0"

__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.17.0",
"client/python/cryoet_data_portal": "3.0.3"
"client/python/cryoet_data_portal": "3.1.0"
}

0 comments on commit 8231b97

Please sign in to comment.