diff --git a/docs/changes.md b/docs/changes.md index 6a93a532ee..77ac7fdf1b 100644 --- a/docs/changes.md +++ b/docs/changes.md @@ -15,7 +15,7 @@ - [5.2.7](changes/5.2.7.md) ([diff](https://github.com/nuxeo/nuxeo-drive/compare/release-5.2.6...release-5.2.7)) - [5.2.8](changes/5.2.8.md) ([diff](https://github.com/nuxeo/nuxeo-drive/compare/release-5.2.7...release-5.2.8)) - [5.2.9](changes/5.2.9.md) ([diff](https://github.com/nuxeo/nuxeo-drive/compare/release-5.2.8...release-5.2.9)) -- [5.3.0](changes/5.3.0.md) ([diff](https://github.com/nuxeo/nuxeo-drive/compare/release-5.2.9...master)) +- [5.2.10](changes/5.2.10.md) ([diff](https://github.com/nuxeo/nuxeo-drive/compare/release-5.2.9...master)) ## 4.x diff --git a/docs/changes/5.3.0.md b/docs/changes/5.2.10.md similarity index 76% rename from docs/changes/5.3.0.md rename to docs/changes/5.2.10.md index cd7ba6d948..cdbbff00d3 100644 --- a/docs/changes/5.3.0.md +++ b/docs/changes/5.2.10.md @@ -1,20 +1,11 @@ -# 5.3.0 +# 5.2.10 -Release date: `2022-xx-xx` +Release date: `2022-09-29` ## Core -- [NXDRIVE-2](https://jira.nuxeo.com/browse/NXDRIVE-2): - [NXDRIVE-2782](https://jira.nuxeo.com/browse/NXDRIVE-2782):Fix synchronization of files whose name contains a quote on MS Windows -### Direct Edit - -- [NXDRIVE-2](https://jira.nuxeo.com/browse/NXDRIVE-2): - -### Direct Transfer - -- [NXDRIVE-2](https://jira.nuxeo.com/browse/NXDRIVE-2): - ## GUI - [NXDRIVE-2765](https://jira.nuxeo.com/browse/NXDRIVE-2765): Fix upgrade/downgrade mechanism @@ -22,26 +13,19 @@ Release date: `2022-xx-xx` ## Packaging / Build -- [NXDRIVE-2](https://jira.nuxeo.com/browse/NXDRIVE-2): - [NXDRIVE-2768](https://jira.nuxeo.com/browse/NXDRIVE-2768): Upgrade to mac latest version - [NXDRIVE-2781](https://jira.nuxeo.com/browse/NXDRIVE-2781): AppImage build failing as lib and _struct not getting created while build is performed - [NXDRIVE-2785](https://jira.nuxeo.com/browse/NXDRIVE-2785): Fix MAC build ## Tests -- [NXDRIVE-2](https://jira.nuxeo.com/browse/NXDRIVE-2): - [NXDRIVE-2790](https://jira.nuxeo.com/browse/NXDRIVE-2790): Mac version format issue - [NXDRIVE-2791](https://jira.nuxeo.com/browse/NXDRIVE-2791): Check behavior of Share debug popup -## Docs - -- [NXDRIVE-2](https://jira.nuxeo.com/browse/NXDRIVE-2): - ## Minor Changes - Added `tomli` 2.0.1 - Added `platformdirs` 2.4.0 - - Upgraded `black` from 21.6b0 to 22.6.0 - Upgraded `identify` from 2.3.4 to 2.4.11 - Upgraded `pathspec` from 0.8.1 to 0.9.0 @@ -58,4 +42,4 @@ Release date: `2022-xx-xx` - Updated .pre-commit-config.yaml:`black:rev` - Updated posix/deploy_ci_agent.sh: ` Removed ensure_correctness function` - Removed extra whitespace for numeric calls -- Reformatted string literals from fr to rf and br to rb +- Reformatted string literals from fr to rf and br to rb diff --git a/nxdrive/__init__.py b/nxdrive/__init__.py index 4ecc5d49fa..ec7615d0a1 100644 --- a/nxdrive/__init__.py +++ b/nxdrive/__init__.py @@ -27,7 +27,7 @@ """ __author__ = "Nuxeo" -__version__ = "5.3.0" +__version__ = "5.2.10" __copyright__ = """ Copyright Nuxeo (https://www.nuxeo.com) and others.