Skip to content

Commit 4882aa9

Browse files
authored
Prepare release 2.8.0 (#144)
1 parent 6faca18 commit 4882aa9

File tree

5 files changed

+8
-6
lines changed

5 files changed

+8
-6
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.8.0](changes_2.8.0.md)
45
* [2.7.0](changes_2.7.0.md)
56
* [2.6.0](changes_2.6.0.md)
67
* [2.5.0](changes_2.5.0.md)
@@ -29,6 +30,7 @@
2930
hidden:
3031
---
3132
unreleased
33+
changes_2.8.0
3234
changes_2.7.0
3335
changes_2.6.0
3436
changes_2.5.0

doc/changes/changes_2.8.0.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# 2.8.0 - 2026-02-20
2+
## Bugfixes
3+
4+
* #142: Fix supported stream type

doc/changes/unreleased.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1 @@
11
# Unreleased
2-
3-
## Bugfixes
4-
5-
* #142: Fix supported stream type

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.7.0"
3+
version = "2.8.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)