File tree 2 files changed +6
-3
lines changed
2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 1
- # Saas API Python 0.3.0, released tbd
1
+ # Saas API Python 0.3.0, released 2024-05-14
2
2
3
3
## Summary
4
4
5
- This release adds integration tests for the most important calls to SaaS API.
5
+ This release renamed the package published on pypi from ` saas-api ` to ` exasol-saas-api ` . The old package has been removed to avoid confusion.
6
+
7
+ Additionally, this release adds integration tests for the most important calls to SaaS API.
6
8
7
9
## Refactorings
8
10
@@ -17,3 +19,4 @@ This release adds integration tests for the most important calls to SaaS API.
17
19
## Bugfixes
18
20
19
21
* #34 : Fixed handling secrets in CI/CD build
22
+ * #28 : Renamed pypi package from ` saas-api ` to ` exasol-saas-api `
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
- name = " saas-api"
2
+ name = " exasol- saas-api"
3
3
version = " 0.3.0"
4
4
description = " API enabling Python applications connecting to Exasol database SaaS instances and using their SaaS services"
5
5
packages = [ {include = " exasol" }, ]
You can’t perform that action at this time.
0 commit comments