diff --git a/.github/workflows/functional_tests.yml b/.github/workflows/functional_tests.yml index 4e2aa2d..7c246e9 100644 --- a/.github/workflows/functional_tests.yml +++ b/.github/workflows/functional_tests.yml @@ -25,6 +25,7 @@ jobs: nuxeo: - "2021" - "2023.0.159" + - "2025.0.157" python: # Maximum supported version # Note: 3.10 is still in alpha, so we stick with 3.9 until there is an official 3.10 diff --git a/.github/workflows/unit_tests.yml b/.github/workflows/unit_tests.yml index 78bbda1..99c138d 100644 --- a/.github/workflows/unit_tests.yml +++ b/.github/workflows/unit_tests.yml @@ -25,6 +25,7 @@ jobs: nuxeo: - "2021" - "2023.0.159" + - "2025.0.157" python: # Maximum supported version # Note: 3.10 is still in alpha, so we stick with 3.9 until there is an official 3.10 diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 9c01264..b41958e 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,6 +1,13 @@ Changelog ========= +6.1.3 +----- + +Release date: ``2022-xx-xx`` + +- `NXPY->`__: + 6.1.2 -----