Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/functional_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
Changelog
=========

6.1.3
-----

Release date: ``2022-xx-xx``

- `NXPY->`__:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

question (typo): Clarify the meaning of NXPY->

It looks like there might be a typo in NXPY->, or perhaps some information is missing. Could you clarify the intended meaning?

Suggested implementation:

- NXPY: [Please clarify what NXPY refers to, e.g., "Updated to new NXPY version with enhanced functionality"]

Ensure that the placeholder text is updated with the accurate description of what NXPY stands for and what changes were made. This will improve clarity for users reading the changelog.


6.1.2
-----

Expand Down