From b52c40c1460ba3a0a9d1f8720f2d54658349068f Mon Sep 17 00:00:00 2001 From: Anindya Roy <104991338+gitofanindya@users.noreply.github.com> Date: Fri, 14 Feb 2025 10:42:31 +0530 Subject: [PATCH 1/5] Update functional_tests.yml --- .github/workflows/functional_tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/functional_tests.yml b/.github/workflows/functional_tests.yml index 4e2aa2d..c896ec0 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.154" python: # Maximum supported version # Note: 3.10 is still in alpha, so we stick with 3.9 until there is an official 3.10 From 3a8fc143c6ed9255672afd8da61f32145f04a6d6 Mon Sep 17 00:00:00 2001 From: Anindya Roy <104991338+gitofanindya@users.noreply.github.com> Date: Fri, 14 Feb 2025 10:42:50 +0530 Subject: [PATCH 2/5] Update unit_tests.yml --- .github/workflows/unit_tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/unit_tests.yml b/.github/workflows/unit_tests.yml index 78bbda1..0673682 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.154" python: # Maximum supported version # Note: 3.10 is still in alpha, so we stick with 3.9 until there is an official 3.10 From 8c3dec3362fabc9bceff75db7ef3a7a14a247fb0 Mon Sep 17 00:00:00 2001 From: Anindya Roy <104991338+gitofanindya@users.noreply.github.com> Date: Fri, 14 Feb 2025 10:46:32 +0530 Subject: [PATCH 3/5] Update CHANGELOG.rst --- CHANGELOG.rst | 7 +++++++ 1 file changed, 7 insertions(+) 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 ----- From d1a7d1031c50eb1ecc801c8f7f43e55761ea5ed6 Mon Sep 17 00:00:00 2001 From: Anindya Roy <104991338+gitofanindya@users.noreply.github.com> Date: Tue, 18 Feb 2025 11:23:47 +0530 Subject: [PATCH 4/5] Update functional_tests.yml --- .github/workflows/functional_tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/functional_tests.yml b/.github/workflows/functional_tests.yml index c896ec0..7c246e9 100644 --- a/.github/workflows/functional_tests.yml +++ b/.github/workflows/functional_tests.yml @@ -25,7 +25,7 @@ jobs: nuxeo: - "2021" - "2023.0.159" - - "2025.0.154" + - "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 From 0e59c765117cd96e191c02e80e6fd25aef6e2ed7 Mon Sep 17 00:00:00 2001 From: Anindya Roy <104991338+gitofanindya@users.noreply.github.com> Date: Tue, 18 Feb 2025 11:23:59 +0530 Subject: [PATCH 5/5] Update unit_tests.yml --- .github/workflows/unit_tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/unit_tests.yml b/.github/workflows/unit_tests.yml index 0673682..99c138d 100644 --- a/.github/workflows/unit_tests.yml +++ b/.github/workflows/unit_tests.yml @@ -25,7 +25,7 @@ jobs: nuxeo: - "2021" - "2023.0.159" - - "2025.0.154" + - "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