From 6e06b4958d64c74eb0cde55c5ae6779bcbd447fa Mon Sep 17 00:00:00 2001 From: "GitHub-CI action (Release)" Date: Wed, 19 Jun 2024 11:24:25 +0530 Subject: [PATCH] NXDRIVE-2917: Bump the version number to 5.5.0 NXDRIVE-2917: Bump the version number to 5.5.0 --- docs/changes.md | 3 ++- docs/changes/5.5.0.md | 39 +++++++++++++++++++++++++++++++++++++++ nxdrive/__init__.py | 2 +- 3 files changed, 42 insertions(+), 2 deletions(-) create mode 100644 docs/changes/5.5.0.md diff --git a/docs/changes.md b/docs/changes.md index 44f7f90e40..e10bec5f1c 100644 --- a/docs/changes.md +++ b/docs/changes.md @@ -20,7 +20,8 @@ - [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.4.1](changes/5.4.1.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...release-5.4.1)) +- [5.5.0](changes/5.5.0.md) ([diff](https://github.com/nuxeo/nuxeo-drive/compare/release-5.4.1...master)) ## 4.x diff --git a/docs/changes/5.5.0.md b/docs/changes/5.5.0.md new file mode 100644 index 0000000000..95fdb97bcd --- /dev/null +++ b/docs/changes/5.5.0.md @@ -0,0 +1,39 @@ +# 5.5.0 + +Release date: `2024-xx-xx` + +## Core + +- [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 + +- [NXDRIVE-2](https://jira.nuxeo.com/browse/NXDRIVE-2): + +## Packaging / Build + +- [NXDRIVE-2](https://jira.nuxeo.com/browse/NXDRIVE-2): + +## Tests + +- [NXDRIVE-2](https://jira.nuxeo.com/browse/NXDRIVE-2): + +## Docs + +- [NXDRIVE-2](https://jira.nuxeo.com/browse/NXDRIVE-2): + +## Minor Changes + +- + +## Technical Changes + +- diff --git a/nxdrive/__init__.py b/nxdrive/__init__.py index 450d48ac16..f0c4d96d28 100644 --- a/nxdrive/__init__.py +++ b/nxdrive/__init__.py @@ -27,7 +27,7 @@ """ __author__ = "Nuxeo" -__version__ = "5.4.1" +__version__ = "5.5.0" __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