Skip to content

Commit 9ec284d

Browse files
authored
Prepare release 10.1.0 (#1271)
1 parent 0fe865d commit 9ec284d

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

doc/changes/changelog.md

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

3+
* [10.1.0](changes_10.1.0.md)
34
* [10.0.0](changes_10.0.0.md)
45
* [9.7.0](changes_9.7.0.md)
56
* [9.6.0](changes_9.6.0.md)

doc/changes/changes_10.1.0.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
# script-languages-release 10.1.0, released TBD
1+
# script-languages-release 10.1.0, released 2025-10-02
22

3-
Code name: TBD.
3+
Code name: New Python 3.12 standard flavor
44

55
## Summary
66

7-
TBD
7+
This release contains the new Python 3.12 standard flavor. Also it has many security related package updates and internal improvements.
88

99
<!-- markdown-link-check-disable -->
1010
## [Package Version Comparison between Release 10.1.0 and 10.0.0](https://github.com/exasol/script-languages-release/blob/master/doc/changes/package_diffs/10.1.0/README.md)

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-script-languages-release"
3-
version = "10.0.0"
3+
version = "10.1.0"
44
description = "Script Languages Release"
55

66
requires-python = ">=3.10, <4.0"

0 commit comments

Comments
 (0)