Skip to content

Commit 9699627

Browse files
committed
prepared release 2.7.0
1 parent 042af91 commit 9699627

File tree

5 files changed

+18
-15
lines changed

5 files changed

+18
-15
lines changed

doc/changes/changelog.md

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

3-
* [unreleased](unreleased.md)
3+
* [unreleased](changes_2.7.0.md)
4+
* [2.7.0](changes_2.7.0.md)
45
* [2.6.0](changes_2.6.0.md)
56
* [2.5.0](changes_2.5.0.md)
67
* [2.4.0](changes_2.4.0.md)
@@ -28,6 +29,7 @@
2829
hidden:
2930
---
3031
unreleased
32+
changes_2.7.0
3133
changes_2.6.0
3234
changes_2.5.0
3335
changes_2.4.0

doc/changes/changes_2.7.0.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# 2.7.0 - 2026-02-11
2+
3+
## Summary
4+
5+
This release makes a breaking change in the format of the generated SaaS database name.
6+
7+
## Refactorings
8+
9+
* #128: Explicitly configured validation of SaaS SSL certificates in pyexasol connection
10+
11+
## Bugfixes
12+
13+
* #135: Made the database name semi-unique.

doc/changes/unreleased.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1 @@
11
# Unreleased
2-
3-
## Summary
4-
5-
tbd.
6-
7-
## Refactorings
8-
9-
* #128: Explicitly configured validation of SaaS SSL certificates in pyexasol connection
10-
11-
## Bugfixes
12-
13-
* #135: Made the database name semi-unique.

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 = "2.6.0"
3+
version = "2.7.0"
44
requires-python = ">=3.10.0,<4.0"
55
description = "API enabling Python applications connecting to Exasol database SaaS instances and using their SaaS services"
66
authors = [

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)