diff --git a/.github/actions/security-issues/action.yml b/.github/actions/security-issues/action.yml index b03a080ba..5d1cbd36a 100644 --- a/.github/actions/security-issues/action.yml +++ b/.github/actions/security-issues/action.yml @@ -39,7 +39,7 @@ runs: - name: Install Python Toolbox / Security tool shell: bash run: | - pip install exasol-toolbox==1.3.0 + pip install exasol-toolbox==1.4.0 - name: Create Security Issue Report shell: bash diff --git a/doc/changes/changelog.md b/doc/changes/changelog.md index eab52c3d3..a67443c0b 100644 --- a/doc/changes/changelog.md +++ b/doc/changes/changelog.md @@ -1,6 +1,7 @@ # Changelog * [unreleased](unreleased.md) +* [1.4.0](changes_1.4.0.md) * [1.3.0](changes_1.3.0.md) * [1.2.0](changes_1.2.0.md) * [1.1.0](changes_1.1.0.md) @@ -35,6 +36,7 @@ hidden: --- unreleased +changes_1.4.0 changes_1.3.0 changes_1.2.0 changes_1.1.0 diff --git a/doc/changes/changes_1.4.0.md b/doc/changes/changes_1.4.0.md new file mode 100644 index 000000000..e728f3c4f --- /dev/null +++ b/doc/changes/changes_1.4.0.md @@ -0,0 +1,11 @@ +# 1.4.0 - 2025-06-06 + +## Summary + +## ✨ Features + +* #426: Allowed configuring the python version used for coverage + +## Bugfixes + +* #463: Fixed dependency:licenses to correctly parse exceptional names diff --git a/doc/changes/unreleased.md b/doc/changes/unreleased.md index ba7fefbda..79e701b84 100644 --- a/doc/changes/unreleased.md +++ b/doc/changes/unreleased.md @@ -1,11 +1 @@ # Unreleased - -## Summary - -## ✨ Features - -* #426: Allowed configuring the python version used for coverage - -## Bugfixes - -* #463: Fixed dependency:licenses to correctly parse exceptional names \ No newline at end of file diff --git a/exasol/toolbox/templates/github/workflows/build-and-publish.yml b/exasol/toolbox/templates/github/workflows/build-and-publish.yml index fbe9c8854..5784a15b4 100644 --- a/exasol/toolbox/templates/github/workflows/build-and-publish.yml +++ b/exasol/toolbox/templates/github/workflows/build-and-publish.yml @@ -18,7 +18,7 @@ jobs: uses: actions/checkout@v4 - name: Setup Python & Poetry Environment - uses: exasol/python-toolbox/.github/actions/python-environment@1.3.0 + uses: exasol/python-toolbox/.github/actions/python-environment@1.4.0 - name: Build Artifacts run: poetry build diff --git a/exasol/toolbox/templates/github/workflows/check-release-tag.yml b/exasol/toolbox/templates/github/workflows/check-release-tag.yml index 105b17051..5a161c6d3 100644 --- a/exasol/toolbox/templates/github/workflows/check-release-tag.yml +++ b/exasol/toolbox/templates/github/workflows/check-release-tag.yml @@ -15,7 +15,7 @@ jobs: uses: actions/checkout@v4 - name: Setup Python & Poetry Environment - uses: exasol/python-toolbox/.github/actions/python-environment@1.3.0 + uses: exasol/python-toolbox/.github/actions/python-environment@1.4.0 - name: Check Tag Version # make sure the pushed/created tag matched the project version diff --git a/exasol/toolbox/templates/github/workflows/checks.yml b/exasol/toolbox/templates/github/workflows/checks.yml index 65baa34ba..6f384fe0f 100644 --- a/exasol/toolbox/templates/github/workflows/checks.yml +++ b/exasol/toolbox/templates/github/workflows/checks.yml @@ -16,7 +16,7 @@ jobs: fetch-depth: 0 - name: Setup Python & Poetry Environment - uses: exasol/python-toolbox/.github/actions/python-environment@1.3.0 + uses: exasol/python-toolbox/.github/actions/python-environment@1.4.0 - name: Check Version(s) run: poetry run -- nox -s version:check @@ -32,7 +32,7 @@ jobs: uses: actions/checkout@v4 - name: Setup Python & Poetry Environment - uses: exasol/python-toolbox/.github/actions/python-environment@1.3.0 + uses: exasol/python-toolbox/.github/actions/python-environment@1.4.0 - name: Build Documentation run: | @@ -55,7 +55,7 @@ jobs: uses: actions/checkout@v4 - name: Setup Python & Poetry Environment - uses: exasol/python-toolbox/.github/actions/python-environment@1.3.0 + uses: exasol/python-toolbox/.github/actions/python-environment@1.4.0 - name: Run changelog update check run: poetry run -- nox -s changelog:updated @@ -74,7 +74,7 @@ jobs: uses: actions/checkout@v4 - name: Setup Python & Poetry Environment - uses: exasol/python-toolbox/.github/actions/python-environment@1.3.0 + uses: exasol/python-toolbox/.github/actions/python-environment@1.4.0 with: python-version: ${{ matrix.python-version }} @@ -105,7 +105,7 @@ jobs: uses: actions/checkout@v4 - name: Setup Python & Poetry Environment - uses: exasol/python-toolbox/.github/actions/python-environment@1.3.0 + uses: exasol/python-toolbox/.github/actions/python-environment@1.4.0 with: python-version: ${{ matrix.python-version }} @@ -127,7 +127,7 @@ jobs: uses: actions/checkout@v4 - name: Setup Python & Poetry Environment - uses: exasol/python-toolbox/.github/actions/python-environment@1.3.0 + uses: exasol/python-toolbox/.github/actions/python-environment@1.4.0 with: python-version: ${{ matrix.python-version }} @@ -151,7 +151,7 @@ jobs: uses: actions/checkout@v4 - name: Setup Python & Poetry Environment - uses: exasol/python-toolbox/.github/actions/python-environment@1.3.0 + uses: exasol/python-toolbox/.github/actions/python-environment@1.4.0 - name: Run format check run: poetry run -- nox -s project:format @@ -173,7 +173,7 @@ jobs: uses: actions/checkout@v4 - name: Setup Python & Poetry Environment - uses: exasol/python-toolbox/.github/actions/python-environment@1.3.0 + uses: exasol/python-toolbox/.github/actions/python-environment@1.4.0 with: python-version: ${{ matrix.python-version }} diff --git a/exasol/toolbox/templates/github/workflows/gh-pages.yml b/exasol/toolbox/templates/github/workflows/gh-pages.yml index 6e1229ca4..f5eed0aa7 100644 --- a/exasol/toolbox/templates/github/workflows/gh-pages.yml +++ b/exasol/toolbox/templates/github/workflows/gh-pages.yml @@ -17,7 +17,7 @@ jobs: fetch-depth: 0 - name: Setup Python & Poetry Environment - uses: exasol/python-toolbox/.github/actions/python-environment@1.3.0 + uses: exasol/python-toolbox/.github/actions/python-environment@1.4.0 - name: Build Documentation run: | diff --git a/exasol/toolbox/templates/github/workflows/matrix-all.yml b/exasol/toolbox/templates/github/workflows/matrix-all.yml index 1c665a8a8..efa67099f 100644 --- a/exasol/toolbox/templates/github/workflows/matrix-all.yml +++ b/exasol/toolbox/templates/github/workflows/matrix-all.yml @@ -17,7 +17,7 @@ jobs: uses: actions/checkout@v4 - name: Setup Python & Poetry Environment - uses: exasol/python-toolbox/.github/actions/python-environment@1.3.0 + uses: exasol/python-toolbox/.github/actions/python-environment@1.4.0 - name: Generate matrix run: poetry run -- nox -s matrix:all diff --git a/exasol/toolbox/templates/github/workflows/matrix-exasol.yml b/exasol/toolbox/templates/github/workflows/matrix-exasol.yml index 7e7d367c2..391b59049 100644 --- a/exasol/toolbox/templates/github/workflows/matrix-exasol.yml +++ b/exasol/toolbox/templates/github/workflows/matrix-exasol.yml @@ -17,7 +17,7 @@ jobs: uses: actions/checkout@v4 - name: Setup Python & Poetry Environment - uses: exasol/python-toolbox/.github/actions/python-environment@1.3.0 + uses: exasol/python-toolbox/.github/actions/python-environment@1.4.0 - name: Generate matrix run: poetry run -- nox -s matrix:exasol diff --git a/exasol/toolbox/templates/github/workflows/matrix-python.yml b/exasol/toolbox/templates/github/workflows/matrix-python.yml index 05f25e8f7..644eb787e 100644 --- a/exasol/toolbox/templates/github/workflows/matrix-python.yml +++ b/exasol/toolbox/templates/github/workflows/matrix-python.yml @@ -17,7 +17,7 @@ jobs: uses: actions/checkout@v4 - name: Setup Python & Poetry Environment - uses: exasol/python-toolbox/.github/actions/python-environment@1.3.0 + uses: exasol/python-toolbox/.github/actions/python-environment@1.4.0 - name: Generate matrix run: poetry run -- nox -s matrix:python diff --git a/exasol/toolbox/templates/github/workflows/report.yml b/exasol/toolbox/templates/github/workflows/report.yml index 978b660d4..8fd4f233b 100644 --- a/exasol/toolbox/templates/github/workflows/report.yml +++ b/exasol/toolbox/templates/github/workflows/report.yml @@ -19,7 +19,7 @@ jobs: fetch-depth: 0 - name: Setup Python & Poetry Environment - uses: exasol/python-toolbox/.github/actions/python-environment@1.3.0 + uses: exasol/python-toolbox/.github/actions/python-environment@1.4.0 - name: Download Artifacts uses: actions/download-artifact@v4.2.1 diff --git a/exasol/toolbox/templates/github/workflows/slow-checks.yml b/exasol/toolbox/templates/github/workflows/slow-checks.yml index 1367beda6..b205f1353 100644 --- a/exasol/toolbox/templates/github/workflows/slow-checks.yml +++ b/exasol/toolbox/templates/github/workflows/slow-checks.yml @@ -32,7 +32,7 @@ jobs: uses: actions/checkout@v4 - name: Setup Python & Poetry Environment - uses: exasol/python-toolbox/.github/actions/python-environment@1.3.0 + uses: exasol/python-toolbox/.github/actions/python-environment@1.4.0 with: python-version: ${{ matrix.python-version }} diff --git a/exasol/toolbox/version.py b/exasol/toolbox/version.py index 43986aeee..6c4ab2030 100644 --- a/exasol/toolbox/version.py +++ b/exasol/toolbox/version.py @@ -5,7 +5,7 @@ # Do not edit this file manually! # If you need to change the version, do so in the pyproject.toml, e.g. by using `poetry version X.Y.Z`. MAJOR = 1 -MINOR = 3 +MINOR = 4 PATCH = 0 VERSION = f"{MAJOR}.{MINOR}.{PATCH}" __version__ = VERSION diff --git a/pyproject.toml b/pyproject.toml index b0a5aed48..45ba56202 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "exasol-toolbox" -version = "1.3.0" +version = "1.4.0" requires-python = ">=3.9,<4.0" description = "Your one-stop solution for managing all standard tasks and core workflows of your Python project." authors = [