Skip to content

Commit 3171705

Browse files
authored
Prepare release 3.0.0 (#272)
1 parent b5979a8 commit 3171705

File tree

5 files changed

+7
-6
lines changed

5 files changed

+7
-6
lines changed

doc/changes/changelog.md

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

33
* [unreleased](unreleased.md)
4+
* [3.0.0](changes_3.0.0.md)
45
* [2.0.0](changes_2.0.0)
56
* [1.1.0](changes_1.1.0.md)
67
* [1.0.0](changes_1.0.0.md)

doc/changes/changes_3.0.0.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# 3.0.0 - 2025-03-13
2+
3+
## Refactorings
4+
- #270: Update ITDE to 4.0.0

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-
4-
## Refactorings
5-
- #270: Update ITDE to 4.0.0

exasol/slc/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# * or "poetry run version-check <path/version.py> --fix"
55
# Do not edit this file manually!
66
# If you need to change the version, do so in the project.toml, e.g. by using `poetry version X.Y.Z`.
7-
MAJOR = 2
7+
MAJOR = 3
88
MINOR = 0
99
PATCH = 0
1010
VERSION = f"{MAJOR}.{MINOR}.{PATCH}"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "exasol-script-languages-container-tool"
3-
version = "2.0.0"
3+
version = "3.0.0"
44
description = "Script Languages Container Tool"
55

66
license = "MIT"

0 commit comments

Comments
 (0)