Skip to content

Commit 28bcb21

Browse files
committed
Prepare release 1.13.0
1 parent 562cc95 commit 28bcb21

File tree

6 files changed

+22
-18
lines changed

6 files changed

+22
-18
lines changed

.github/actions/security-issues/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ runs:
3939
- name: Install Python Toolbox / Security tool
4040
shell: bash
4141
run: |
42-
pip install exasol-toolbox==1.12.0
42+
pip install exasol-toolbox==1.13.0
4343
4444
- name: Create Security Issue Report
4545
shell: bash

doc/changes/changelog.md

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

doc/changes/changes_1.13.0.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# 1.13.0 - 2025-10-31
2+
3+
## Summary
4+
5+
This releases fixes Nox session `release:prepare` for multi-project repositories and
6+
fixes the `python-environment` GitHub action to also use the `working-directory`
7+
and `pyproject.toml` setting the cache variables.
8+
9+
## Bugfixes
10+
11+
* #580: Fixed Nox session `release:prepare` for multi-project repositories
12+
* #586: Fixed `python-environment` GitHub action to use `working-directory` for setup of cache variables
13+
* #559: Added SHA of `pyproject.toml` to determine cache key in `python-environment` GitHub action
14+
15+
## Features
16+
17+
* #485: Improved nox task `release:trigger`

doc/changes/unreleased.md

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +0,0 @@
1-
# Unreleased
2-
3-
## Summary
4-
5-
This releases fixes Nox session `release:prepare` for multi-project repositories.
6-
7-
## Bugfixes
8-
9-
* #580: Fixed Nox session `release:prepare` for multi-project repositories
10-
* #586: Fixed `python-environment` GitHub action to use working-directory for setup of cache variables
11-
* #559: Added SHA of `pyproject.toml` to determine cache key in `python-environment` GitHub action
12-
13-
## Features
14-
15-
* #485: Improved nox task `release:trigger`

exasol/toolbox/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.

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-toolbox"
3-
version = "1.12.0"
3+
version = "1.13.0"
44
requires-python = ">=3.9.2,<4.0"
55
description = "Your one-stop solution for managing all standard tasks and core workflows of your Python project."
66
authors = [

0 commit comments

Comments
 (0)