diff --git a/docs/changes/5.3.0.md b/docs/changes/5.2.8.md similarity index 63% rename from docs/changes/5.3.0.md rename to docs/changes/5.2.8.md index 819429e0ed..9585939d4a 100644 --- a/docs/changes/5.3.0.md +++ b/docs/changes/5.2.8.md @@ -1,31 +1,15 @@ -# 5.3.0 +# 5.2.8 -Release date: `2021-xx-xx` +Release date: `2021-11-26` ## Core - [NXDRIVE-2751](https://jira.nuxeo.com/browse/NXDRIVE-2751): Sanitize document title (or name) to remove the dot at the end during the synchronization -### Direct Edit - -- [NXDRIVE-2](https://jira.nuxeo.com/browse/NXDRIVE-2): - -### Direct Transfer - -- [NXDRIVE-2](https://jira.nuxeo.com/browse/NXDRIVE-2): - ## GUI - [NXDRIVE-2737](https://jira.nuxeo.com/browse/NXDRIVE-2737): Fix Minimize/maximize issue on Direct Transfer screen -## Packaging / Build - -- [NXDRIVE-2](https://jira.nuxeo.com/browse/NXDRIVE-2): - -## Tests - -- [NXDRIVE-2](https://jira.nuxeo.com/browse/NXDRIVE-2): - ## Docs - [NXDRIVE-2753](https://jira.nuxeo.com/browse/NXDRIVE-2753): Create a diagram of the GUI part of the application @@ -36,7 +20,3 @@ Release date: `2021-xx-xx` - Upgraded `importlib-metadata` from 4.6.1 to 4.8.2 - Upgraded `regex` from 2021.4.4 to 2021.11.2 - Upgraded `watchdog` from 2.1.3 to 2.1.6 - -## Technical Changes - -- diff --git a/nxdrive/__init__.py b/nxdrive/__init__.py index 23dcccb413..fe08a7fcd7 100644 --- a/nxdrive/__init__.py +++ b/nxdrive/__init__.py @@ -13,6 +13,7 @@ Mickaël Schoentgen Léa Klein Romain Grasland + Shekhar Gupta and https://github.com/nuxeo/nuxeo-drive/graphs/contributors Versioning @@ -26,7 +27,7 @@ """ __author__ = "Nuxeo" -__version__ = "5.3.0" +__version__ = "5.2.8" __copyright__ = """ Copyright Nuxeo (https://www.nuxeo.com) and others.