Skip to content

Commit 010b634

Browse files
committed
#28 Changed package name from saas-api to exasol-saas-api
1 parent 9067e7a commit 010b634

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

doc/changes/changes_0.3.0.md

+4
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,7 @@ This release adds integration tests for the most important calls to SaaS API.
1313

1414
* #14: Added fixture waiting until SaaS database is running
1515
* #25: Fixed transitive dependencies required by generated API client
16+
17+
## Bug
18+
19+
* #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)