Skip to content

Commit d52f645

Browse files
authored
Prepare release 2.0.0 (#99)
1 parent 8736707 commit d52f645

File tree

5 files changed

+17
-14
lines changed

5 files changed

+17
-14
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.0.0](changes_2.0.0.md)
45
* [1.1.1](changes_1.1.1.md)
56
* [1.1.0](changes_1.1.0.md)
67
* [1.0.0](changes_1.0.0.md)
@@ -21,6 +22,7 @@
2122
hidden:
2223
---
2324
unreleased
25+
changes_2.0.0
2426
changes_1.1.1
2527
changes_1.1.0
2628
changes_1.0.0

doc/changes/changes_2.0.0.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# 2.0.0 - 2025-05-16
2+
3+
This release updates the Python API generated from file `openapi.json`.
4+
5+
Changes to `open-api.json` in detail:
6+
* renamed `components` / `schemas` / `ClusterSize` to `ClusterSize1`
7+
* added `components` / `schemas` / `ClusterSize1` / `properties` / `family`
8+
9+
## Refactorings
10+
11+
* #97: Updated open API client

doc/changes/unreleased.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1 @@
11
# Unreleased
2-
3-
This release updates the Python API generated from file `openapi.json`.
4-
5-
Changes to `open-api.json` in detail:
6-
* renamed `components` / `schemas` / `ClusterSize` to `ClusterSize1`
7-
* added `components` / `schemas` / `ClusterSize1` / `properties` / `family`
8-
9-
## Refactorings
10-
11-
* #97: Updated open API client

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "exasol-saas-api"
3-
version = "1.1.1"
3+
version = "2.0.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]"},

version.py

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

0 commit comments

Comments
 (0)