Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions doc/changes/changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Changes

* [unreleased](unreleased.md)
* [2.2.0](changes_2.2.0.md)
* [2.1.0](changes_2.1.0.md)
* [2.0.0](changes_2.0.0.md)
* [1.1.1](changes_1.1.1.md)
Expand All @@ -23,6 +24,7 @@
hidden:
---
unreleased
changes_2.2.0
changes_2.1.0
changes_2.0.0
changes_1.1.1
Expand Down
5 changes: 5 additions & 0 deletions doc/changes/changes_2.2.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# 2.2.0 - 2025-07-01

## Refactorings

* #108: Moved py.typed file to package-level
File renamed without changes.
14 changes: 13 additions & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "exasol-saas-api"
version = "2.1.0"
version = "2.2.0"
description = "API enabling Python applications connecting to Exasol database SaaS instances and using their SaaS services"
authors = [
{name="Christoph Kuhnke", email="christoph.kuhnke@exasol.com"},
Expand Down Expand Up @@ -51,6 +51,7 @@ exasol-toolbox = "^1.5.0"
openapi-python-client = ">=0.21.5"
pyexasol = ">=0.25.0"
toml = "^0.10.2"
types-python-dateutil = "^2.9.0.20250516"


[tool.pytest.ini_options]
Expand Down Expand Up @@ -100,7 +101,6 @@ ignore-paths = [

[[tool.mypy.overrides]]
module = [
"exasol.saas.client.openapi.*",
"test.conftest.*",
"test.*",
]
Expand Down
2 changes: 1 addition & 1 deletion version.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.