diff --git a/docs/changes.md b/docs/changes.md index 058c65576a..04370264d6 100644 --- a/docs/changes.md +++ b/docs/changes.md @@ -19,7 +19,7 @@ - [5.3.0](changes/5.3.0.md) ([diff](https://github.com/nuxeo/nuxeo-drive/compare/release-5.2.10...release-5.3.0)) - [5.3.1](changes/5.3.1.md) ([diff](https://github.com/nuxeo/nuxeo-drive/compare/release-5.3.0...release-5.3.1)) - [5.3.2](changes/5.3.2.md) ([diff](https://github.com/nuxeo/nuxeo-drive/compare/release-5.3.1...release-5.3.2)) -- [5.3.3](changes/5.3.3.md) ([diff](https://github.com/nuxeo/nuxeo-drive/compare/release-5.3.2...master)) +- [5.4.0](changes/5.4.0.md) ([diff](https://github.com/nuxeo/nuxeo-drive/compare/release-5.3.2...master)) ## 4.x diff --git a/docs/changes/5.3.3.md b/docs/changes/5.4.0.md similarity index 91% rename from docs/changes/5.3.3.md rename to docs/changes/5.4.0.md index 54564c036d..fdf04d137d 100644 --- a/docs/changes/5.3.3.md +++ b/docs/changes/5.4.0.md @@ -1,16 +1,12 @@ -# 5.3.3 +# 5.4.0 -Release date: `2023-xx-xx` +Release date: `2023-11-29` ## Core - [NXDRIVE-2828](https://jira.nuxeo.com/browse/NXDRIVE-2828): Remove sensitive information from Drive logs - [NXDRIVE-2861](https://jira.nuxeo.com/browse/NXDRIVE-2861): Fix behavior when not entering the correct URL format -## Direct Edit - -- [NXDRIVE-2](https://jira.nuxeo.com/browse/NXDRIVE-2): - ## Direct Transfer - [NXDRIVE-2711](https://jira.nuxeo.com/browse/NXDRIVE-2711): Show that upload is still alive for very large files @@ -27,15 +23,11 @@ Release date: `2023-xx-xx` - [NXDRIVE-2852](https://jira.nuxeo.com/browse/NXDRIVE-2852): Create and Modify test cases for Processor -## Docs - -- [NXDRIVE-2](https://jira.nuxeo.com/browse/NXDRIVE-2): - ## Minor Changes -- Added `exceptiongroup` 1.1.2 -- Removed `coverage` 7.2.3 and added `coverage[toml]` 7.2.7 -- Removed `entrypoints` 0.3 +- Added `exceptiongroup` 1.1.2 +- Removed `coverage` 7.2.3 and added `coverage[toml]` 7.2.7 +- Removed `entrypoints` 0.3 - Upgraded `actions/checkout` from 3.1.0 to 4 - Upgraded `attrs` from 21.2.0 to 23.1.0 - Upgraded `atomicwrites` from 1.4.0 to 1.4.1 diff --git a/nxdrive/__init__.py b/nxdrive/__init__.py index 220b4630bd..7aa38367a8 100644 --- a/nxdrive/__init__.py +++ b/nxdrive/__init__.py @@ -27,7 +27,7 @@ """ __author__ = "Nuxeo" -__version__ = "5.3.3" +__version__ = "5.4.0" __copyright__ = """ Copyright Nuxeo (https://www.nuxeo.com) and others.