Skip to content

Commit

Permalink
chore(main): release 0.1.46 (#161)
Browse files Browse the repository at this point in the history
  • Loading branch information
qgerome authored Jun 11, 2024
1 parent 6597876 commit 8cf32d2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [0.1.46](https://github.com/BLSQ/openhexa-sdk-python/compare/0.1.45...0.1.46) (2024-06-11)


### Bug Fixes

* **CLI:** Do not ask to create the pipeline if the user has said yes as param ([6597876](https://github.com/BLSQ/openhexa-sdk-python/commit/6597876ded1e900599d33fbe17083e307805d39f))
* **urllib:** Use urllib < 2 to avoid problemw with openssl being not uptodate ([#160](https://github.com/BLSQ/openhexa-sdk-python/issues/160)) ([bb0c98a](https://github.com/BLSQ/openhexa-sdk-python/commit/bb0c98a51a36671019611f1f9d92a3f428a83525))

## [0.1.45](https://github.com/BLSQ/openhexa-sdk-python/compare/0.1.44...0.1.45) (2024-05-30)


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.1.45"
version = "0.1.46"
description = "OpenHEXA SDK"

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

0 comments on commit 8cf32d2

Please sign in to comment.