Skip to content

Commit

Permalink
chore(main): release 0.3.1 (#204)
Browse files Browse the repository at this point in the history
  • Loading branch information
qgerome authored Sep 5, 2024
1 parent d4d56d6 commit 4ba55e5
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.3.0"
".": "0.3.1"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.3.1](https://github.com/BLSQ/openhexa-sdk-python/compare/v0.3.0...v0.3.1) (2024-09-05)


### Bug Fixes

* **Datasets:** Use the correct mutation to upload files in datasets : generateDatasetUploadUrl ([d4d56d6](https://github.com/BLSQ/openhexa-sdk-python/commit/d4d56d6600912653eddbcce5b230d9c81f7ab3a3))

## [0.3.0](https://github.com/BLSQ/openhexa-sdk-python/compare/0.2.0...v0.3.0) (2024-08-28)


Expand Down
2 changes: 1 addition & 1 deletion 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 = "openhexa.sdk"
version = "0.3.0"
version = "0.3.1"
description = "OpenHEXA SDK"

authors = [{ name = "Bluesquare", email = "[email protected]" }]
Expand Down

0 comments on commit 4ba55e5

Please sign in to comment.