Skip to content

Commit

Permalink
chore(master): release 4.0.1 (#44)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored May 8, 2024
1 parent b1b7ad1 commit 1e142b7
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/.release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "4.0.0"
".": "4.0.1"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@

## Released

## [4.0.1](https://github.com/nuvla/python-library/compare/4.0.0...4.0.1) (2024-05-08)


### Bug Fixes

* remove redundant ID retrieval from edit operation ([#43](https://github.com/nuvla/python-library/issues/43)) ([b1b7ad1](https://github.com/nuvla/python-library/commit/b1b7ad10847fc43b1888337a991aa3a2a1df7c40))

## [4.0.0](https://github.com/nuvla/python-library/compare/3.0.9...4.0.0) (2024-04-18)


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "nuvla-api"
version = "4.0.0"
version = "4.0.1"
description = "Nuvla APIServer python client library"
license = "Apache-2.0"
authors = ["SixSq SA <support@sixsq.com>"]
Expand Down

0 comments on commit 1e142b7

Please sign in to comment.