From 15aefe08e89c2cba7f14ce15a8b57d9915bbd784 Mon Sep 17 00:00:00 2001 From: mr-shekhar <85621953+mr-shekhar@users.noreply.github.com> Date: Tue, 18 Jun 2024 16:25:17 +0530 Subject: [PATCH] NXDRIVE-2917: Release Beta 5.4.1 (#5012) * NXDRIVE-2917: Release Beta 5.4.1 --------- Co-authored-by: GitHub-CI action (Release) --- docs/changes.md | 2 +- docs/changes/{5.5.0.md => 5.4.1.md} | 20 ++------------------ nxdrive/__init__.py | 2 +- 3 files changed, 4 insertions(+), 20 deletions(-) rename docs/changes/{5.5.0.md => 5.4.1.md} (92%) diff --git a/docs/changes.md b/docs/changes.md index 7b8bda6531..44f7f90e40 100644 --- a/docs/changes.md +++ b/docs/changes.md @@ -20,7 +20,7 @@ - [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.4.0](changes/5.4.0.md) ([diff](https://github.com/nuxeo/nuxeo-drive/compare/release-5.3.2...release-5.4.0)) -- [5.5.0](changes/5.5.0.md) ([diff](https://github.com/nuxeo/nuxeo-drive/compare/release-5.4.0...master)) +- [5.4.1](changes/5.4.1.md) ([diff](https://github.com/nuxeo/nuxeo-drive/compare/release-5.4.0...master)) ## 4.x diff --git a/docs/changes/5.5.0.md b/docs/changes/5.4.1.md similarity index 92% rename from docs/changes/5.5.0.md rename to docs/changes/5.4.1.md index ee50c586fa..0450d46e3d 100644 --- a/docs/changes/5.5.0.md +++ b/docs/changes/5.4.1.md @@ -1,20 +1,12 @@ -# 5.5.0 +# 5.4.1 -Release date: `2024-xx-xx` +Release date: `2024-06-18` ## Core - [NXDRIVE-2882](https://jira.nuxeo.com/browse/NXDRIVE-2882): fix_db should create dump.sql in same dir as db - [NXDRIVE-2901](https://jira.nuxeo.com/browse/NXDRIVE-2901): Authorization Error for OAuth -- [NXDRIVE-2](https://jira.nuxeo.com/browse/NXDRIVE-2): -### Direct Edit - -- [NXDRIVE-2](https://jira.nuxeo.com/browse/NXDRIVE-2): - -### Direct Transfer - -- [NXDRIVE-2](https://jira.nuxeo.com/browse/NXDRIVE-2): ## GUI @@ -29,14 +21,6 @@ Release date: `2024-xx-xx` - [NXDRIVE-2938] (https://jira.nuxeo.com/browse/NXDRIVE-2938): Update token for codecov - [NXDRIVE-2941] (https://jira.nuxeo.com/browse/NXDRIVE-2941): Update the release process to sign Windows exe to limit signature usage -## Tests - -- [NXDRIVE-2](https://jira.nuxeo.com/browse/NXDRIVE-2): - -## Docs - -- [NXDRIVE-2](https://jira.nuxeo.com/browse/NXDRIVE-2): - ## Minor Changes - Added `build` 1.1.1 diff --git a/nxdrive/__init__.py b/nxdrive/__init__.py index f0c4d96d28..450d48ac16 100644 --- a/nxdrive/__init__.py +++ b/nxdrive/__init__.py @@ -27,7 +27,7 @@ """ __author__ = "Nuxeo" -__version__ = "5.5.0" +__version__ = "5.4.1" __copyright__ = """ Copyright © 2024 Hyland Software, Inc. and its affiliates. All rights reserved. All Hyland product names are registered or unregistered trademarks of Hyland Software, Inc. or its affiliates