diff --git a/docs/changes.md b/docs/changes.md index ee062f8e2a..f3b1f80c73 100644 --- a/docs/changes.md +++ b/docs/changes.md @@ -14,7 +14,7 @@ - [5.2.6](changes/5.2.6.md) ([diff](https://github.com/nuxeo/nuxeo-drive/compare/release-5.2.5...release-5.2.6)) - [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.3.0](changes/5.3.0.md) ([diff](https://github.com/nuxeo/nuxeo-drive/compare/release-5.2.8...master)) +- [5.2.9](changes/5.2.9.md) ([diff](https://github.com/nuxeo/nuxeo-drive/compare/release-5.2.8...master)) ## 4.x diff --git a/docs/changes/5.3.0.md b/docs/changes/5.2.9.md similarity index 70% rename from docs/changes/5.3.0.md rename to docs/changes/5.2.9.md index 761f5d8815..0b0922649d 100644 --- a/docs/changes/5.3.0.md +++ b/docs/changes/5.2.9.md @@ -1,4 +1,4 @@ -# 5.3.0 +# 5.2.9 Release date: `2022-xx-xx` @@ -6,30 +6,14 @@ Release date: `2022-xx-xx` - [NXDRIVE-2738](https://jira.nuxeo.com/browse/NXDRIVE-2738): Implement database downgrade -### Direct Edit - -- [NXDRIVE-2](https://jira.nuxeo.com/browse/NXDRIVE-2): - -### Direct Transfer - -- [NXDRIVE-2](https://jira.nuxeo.com/browse/NXDRIVE-2): - ## GUI - [NXDRIVE-2748](https://jira.nuxeo.com/browse/NXDRIVE-2748): Review auto update install latest update behavior - [NXDRIVE-2758](https://jira.nuxeo.com/browse/NXDRIVE-2758): Fix Drive announcement on boot -## 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): +- [NXDRIVE-2757](https://jira.nuxeo.com/browse/NXDRIVE-2757): ## Minor Changes @@ -43,7 +27,6 @@ Release date: `2022-xx-xx` - Upgraded `s3transfer` from 0.3.7 to 0.5.0 - Upgraded `types-requests` from 2.25.0 to 2.26.1 - ## Technical Changes - Added dao/\_\_init\_\_.py::`versions_history` diff --git a/nxdrive/__init__.py b/nxdrive/__init__.py index 4ecc5d49fa..52e69d41e8 100644 --- a/nxdrive/__init__.py +++ b/nxdrive/__init__.py @@ -27,7 +27,7 @@ """ __author__ = "Nuxeo" -__version__ = "5.3.0" +__version__ = "5.2.9" __copyright__ = """ Copyright Nuxeo (https://www.nuxeo.com) and others.