Skip to content

Commit

Permalink
chore(main): release 4.2.2 (#61)
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 Oct 28, 2024
1 parent fb1fd27 commit 43fb07f
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.2.1"
".": "4.2.2"
}
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.2.2](https://github.com/nuvla/python-library/compare/4.2.1...4.2.2) (2024-10-28)


### Bug Fixes

* **edit_patch:** Remove unnecessary retrieve of resource ([#60](https://github.com/nuvla/python-library/issues/60)) ([fb1fd27](https://github.com/nuvla/python-library/commit/fb1fd270a63e6408e40ea6b354604b7ddc0b1d4b))

## [4.2.1](https://github.com/nuvla/python-library/compare/4.2.0...4.2.1) (2024-10-03)


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.2.1"
version = "4.2.2"
description = "Nuvla APIServer python client library"
license = "Apache-2.0"
authors = ["SixSq SA <support@sixsq.com>"]
Expand Down

0 comments on commit 43fb07f

Please sign in to comment.