We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9067e7a commit 010b634Copy full SHA for 010b634
doc/changes/changes_0.3.0.md
@@ -13,3 +13,7 @@ This release adds integration tests for the most important calls to SaaS API.
13
14
* #14: Added fixture waiting until SaaS database is running
15
* #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,5 +1,5 @@
1
[tool.poetry]
2
-name = "saas-api"
+name = "exasol-saas-api"
3
version = "0.3.0"
4
description = "API enabling Python applications connecting to Exasol database SaaS instances and using their SaaS services"
5
packages = [ {include = "exasol"}, ]
0 commit comments