Skip to content

Commit

Permalink
#28 Rename pypi package (#35)
Browse files Browse the repository at this point in the history
* #28 Changed package name from saas-api to exasol-saas-api
* Added summary to changelog / release notes
* Set release date
  • Loading branch information
ckunki authored May 13, 2024
1 parent 34f9850 commit 01451b5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions doc/changes/changes_0.3.0.md
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -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`
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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"}, ]
Expand Down

0 comments on commit 01451b5

Please sign in to comment.