Skip to content

Commit c591887

Browse files
authored
Prepare release 2.2.0 (#109)
* Move py.typed file * Add typing stubs for dateutil * Prepare release 2.2.0
1 parent 5d3cdc5 commit c591887

File tree

6 files changed

+23
-4
lines changed

6 files changed

+23
-4
lines changed

doc/changes/changelog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Changes
22

33
* [unreleased](unreleased.md)
4+
* [2.2.0](changes_2.2.0.md)
45
* [2.1.0](changes_2.1.0.md)
56
* [2.0.0](changes_2.0.0.md)
67
* [1.1.1](changes_1.1.1.md)
@@ -23,6 +24,7 @@
2324
hidden:
2425
---
2526
unreleased
27+
changes_2.2.0
2628
changes_2.1.0
2729
changes_2.0.0
2830
changes_1.1.1

doc/changes/changes_2.2.0.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# 2.2.0 - 2025-07-01
2+
3+
## Refactorings
4+
5+
* #108: Moved py.typed file to package-level
File renamed without changes.

poetry.lock

Lines changed: 13 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "exasol-saas-api"
3-
version = "2.1.0"
3+
version = "2.2.0"
44
description = "API enabling Python applications connecting to Exasol database SaaS instances and using their SaaS services"
55
authors = [
66
{name="Christoph Kuhnke", email="[email protected]"},
@@ -51,6 +51,7 @@ exasol-toolbox = "^1.5.0"
5151
openapi-python-client = ">=0.21.5"
5252
pyexasol = ">=0.25.0"
5353
toml = "^0.10.2"
54+
types-python-dateutil = "^2.9.0.20250516"
5455

5556

5657
[tool.pytest.ini_options]
@@ -100,7 +101,6 @@ ignore-paths = [
100101

101102
[[tool.mypy.overrides]]
102103
module = [
103-
"exasol.saas.client.openapi.*",
104104
"test.conftest.*",
105105
"test.*",
106106
]

version.py

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)