Skip to content

Commit 01451b5

Browse files
authored
#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
1 parent 34f9850 commit 01451b5

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

doc/changes/changes_0.3.0.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
1-
# Saas API Python 0.3.0, released tbd
1+
# Saas API Python 0.3.0, released 2024-05-14
22

33
## Summary
44

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.
68

79
## Refactorings
810

@@ -17,3 +19,4 @@ This release adds integration tests for the most important calls to SaaS API.
1719
## Bugfixes
1820

1921
* #34: Fixed handling secrets in CI/CD build
22+
* #28: Renamed pypi package from `saas-api` to `exasol-saas-api`

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tool.poetry]
2-
name = "saas-api"
2+
name = "exasol-saas-api"
33
version = "0.3.0"
44
description = "API enabling Python applications connecting to Exasol database SaaS instances and using their SaaS services"
55
packages = [ {include = "exasol"}, ]

0 commit comments

Comments
 (0)