From 010b6346fb5b21c8cc2b34f5bc6824093a9e7053 Mon Sep 17 00:00:00 2001 From: ckunki Date: Mon, 13 May 2024 14:20:44 +0200 Subject: [PATCH 1/3] #28 Changed package name from saas-api to exasol-saas-api --- doc/changes/changes_0.3.0.md | 4 ++++ pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/doc/changes/changes_0.3.0.md b/doc/changes/changes_0.3.0.md index 8a5249d..68571a9 100644 --- a/doc/changes/changes_0.3.0.md +++ b/doc/changes/changes_0.3.0.md @@ -13,3 +13,7 @@ This release adds integration tests for the most important calls to SaaS API. * #14: Added fixture waiting until SaaS database is running * #25: Fixed transitive dependencies required by generated API client + +## Bug + +* #28: Renamed pypi package from `saas-api` to `exasol-saas-api` diff --git a/pyproject.toml b/pyproject.toml index f9cc3be..b67bcd3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [tool.poetry] -name = "saas-api" +name = "exasol-saas-api" version = "0.3.0" description = "API enabling Python applications connecting to Exasol database SaaS instances and using their SaaS services" packages = [ {include = "exasol"}, ] From 595d6fa867b21d1bc0407a983ab97cdc8874b4fa Mon Sep 17 00:00:00 2001 From: ckunki Date: Mon, 13 May 2024 17:03:24 +0200 Subject: [PATCH 2/3] Added summary to changelog / release notes --- doc/changes/changes_0.3.0.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/changes/changes_0.3.0.md b/doc/changes/changes_0.3.0.md index 68571a9..1c7c8fc 100644 --- a/doc/changes/changes_0.3.0.md +++ b/doc/changes/changes_0.3.0.md @@ -2,7 +2,9 @@ ## Summary -This release adds integration tests for the most important calls to SaaS API. +This release renamed the package published on pypi from `saas-api` to `exasol-saas-api`. The old package has been removed to avoid confusion. + +Additionally, this release adds integration tests for the most important calls to SaaS API. ## Refactorings From e8a55bd0021fb215eb434b46962c0f351f03d604 Mon Sep 17 00:00:00 2001 From: ckunki Date: Mon, 13 May 2024 17:06:54 +0200 Subject: [PATCH 3/3] Set release date --- doc/changes/changes_0.3.0.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/changes/changes_0.3.0.md b/doc/changes/changes_0.3.0.md index ed509bb..c048f1e 100644 --- a/doc/changes/changes_0.3.0.md +++ b/doc/changes/changes_0.3.0.md @@ -1,4 +1,4 @@ -# Saas API Python 0.3.0, released tbd +# Saas API Python 0.3.0, released 2024-05-14 ## Summary