Skip to content

Commit 1e142b7

Browse files
chore(master): release 4.0.1 (#44)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent b1b7ad1 commit 1e142b7

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "4.0.0"
2+
".": "4.0.1"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@
44

55
## Released
66

7+
## [4.0.1](https://github.com/nuvla/python-library/compare/4.0.0...4.0.1) (2024-05-08)
8+
9+
10+
### Bug Fixes
11+
12+
* 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))
13+
714
## [4.0.0](https://github.com/nuvla/python-library/compare/3.0.9...4.0.0) (2024-04-18)
815

916

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "nuvla-api"
3-
version = "4.0.0"
3+
version = "4.0.1"
44
description = "Nuvla APIServer python client library"
55
license = "Apache-2.0"
66
authors = ["SixSq SA <support@sixsq.com>"]

0 commit comments

Comments
 (0)