Skip to content

Commit 98d89d2

Browse files
chore(main): release 4.2.0 (#58)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent e91ddbe commit 98d89d2

3 files changed

Lines changed: 19 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.1.0"
2+
".": "4.2.0"
33
}

CHANGELOG.md

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

55
## Released
66

7+
## [4.2.0](https://github.com/nuvla/python-library/compare/4.1.0...4.2.0) (2024-10-02)
8+
9+
10+
### Features
11+
12+
* add support for Python 3.12 ([#57](https://github.com/nuvla/python-library/issues/57)) ([e91ddbe](https://github.com/nuvla/python-library/commit/e91ddbe69afe53031930d3714ed62b75c645483d))
13+
14+
15+
### Dependencies
16+
17+
* updated indirect dependencies ([e91ddbe](https://github.com/nuvla/python-library/commit/e91ddbe69afe53031930d3714ed62b75c645483d))
18+
19+
20+
### Code Refactoring
21+
22+
* improved creation of namespace package ([e91ddbe](https://github.com/nuvla/python-library/commit/e91ddbe69afe53031930d3714ed62b75c645483d))
23+
724
## [4.1.0](https://github.com/nuvla/python-library/compare/4.0.2...4.1.0) (2024-09-06)
825

926

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.1.0"
3+
version = "4.2.0"
44
description = "Nuvla APIServer python client library"
55
license = "Apache-2.0"
66
authors = ["SixSq SA <support@sixsq.com>"]

0 commit comments

Comments
 (0)