From 01451b5affe5526a1ba306c2cb8a4f5a200781c9 Mon Sep 17 00:00:00 2001 From: Christoph Kuhnke Date: Mon, 13 May 2024 18:05:47 +0200 Subject: [PATCH] #28 Rename pypi package (#35) * #28 Changed package name from saas-api to exasol-saas-api * Added summary to changelog / release notes * Set release date --- doc/changes/changes_0.3.0.md | 7 +++++-- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/doc/changes/changes_0.3.0.md b/doc/changes/changes_0.3.0.md index 6a8999f..c048f1e 100644 --- a/doc/changes/changes_0.3.0.md +++ b/doc/changes/changes_0.3.0.md @@ -1,8 +1,10 @@ -# Saas API Python 0.3.0, released tbd +# Saas API Python 0.3.0, released 2024-05-14 ## 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 @@ -17,3 +19,4 @@ This release adds integration tests for the most important calls to SaaS API. ## Bugfixes * #34: Fixed handling secrets in CI/CD build +* #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"}, ]