From 9bd6071bcb26a8bea73495ab602d8ca586587273 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micka=C3=ABl=20Schoentgen?= Date: Thu, 14 Nov 2019 15:17:16 +0100 Subject: [PATCH] NXDRIVE-1873: Release 4.3.0 --- docs/changes.md | 2 +- docs/changes/{4.2.1.md => 4.3.0.md} | 6 +++--- nxdrive/__init__.py | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) rename docs/changes/{4.2.1.md => 4.3.0.md} (99%) diff --git a/docs/changes.md b/docs/changes.md index 87ceacf1f4..351efb178f 100644 --- a/docs/changes.md +++ b/docs/changes.md @@ -13,7 +13,7 @@ - [4.1.3](changes/4.1.3.md) ([diff](https://github.com/nuxeo/nuxeo-drive/compare/release-4.1.2...release-4.1.3)) - [4.1.4](changes/4.1.4.md) ([diff](https://github.com/nuxeo/nuxeo-drive/compare/release-4.1.3...release-4.1.4)) - [4.2.0](changes/4.2.0.md) ([diff](https://github.com/nuxeo/nuxeo-drive/compare/release-4.1.4...release-4.2.0)) -- [4.2.1](changes/4.2.1.md) ([diff](https://github.com/nuxeo/nuxeo-drive/compare/release-4.2.0...master)) +- [4.3.0](changes/4.3.0.md) ([diff](https://github.com/nuxeo/nuxeo-drive/compare/release-4.2.0...release-4.3.0)) ## 3.x diff --git a/docs/changes/4.2.1.md b/docs/changes/4.3.0.md similarity index 99% rename from docs/changes/4.2.1.md rename to docs/changes/4.3.0.md index 8590d89f92..ea2f502b8c 100644 --- a/docs/changes/4.2.1.md +++ b/docs/changes/4.3.0.md @@ -1,6 +1,6 @@ -# 4.2.1 +# 4.3.0 -Release date: `2019-xx-xx` +Release date: `2019-11-14` ## Core @@ -16,7 +16,7 @@ Release date: `2019-xx-xx` - [NXDRIVE-1859](https://jira.nuxeo.com/browse/NXDRIVE-1859): [Windows] Fix the special file check for folder icon - [NXDRIVE-1860](https://jira.nuxeo.com/browse/NXDRIVE-1860): Skip any `OSError` when trying to compress log files - [NXDRIVE-1861](https://jira.nuxeo.com/browse/NXDRIVE-1861): [macOS] Fix `AttributeError`: 'SBApplication' object has no attribute 'documents' -- [NXDRIVE-1862](https://jira.nuxeo.com/browse/NXDRIVE-1862): Only upload files from the DirectEdit directory +- [NXDRIVE-1862](https://jira.nuxeo.com/browse/NXDRIVE-1862): Only upload files from the Direct Edit directory - [NXDRIVE-1863](https://jira.nuxeo.com/browse/NXDRIVE-1863): Handle pair state modified-created as a conflict - [NXDRIVE-1864](https://jira.nuxeo.com/browse/NXDRIVE-1864): Retry later when a `MaxRetryError` occures - [NXDRIVE-1867](https://jira.nuxeo.com/browse/NXDRIVE-1867): Fix mypy issues following the update to mypy 0.730 diff --git a/nxdrive/__init__.py b/nxdrive/__init__.py index 7e8d77df13..71d7e920a0 100644 --- a/nxdrive/__init__.py +++ b/nxdrive/__init__.py @@ -26,7 +26,7 @@ """ __author__ = "Nuxeo" -__version__ = "4.2.1" +__version__ = "4.3.0" __copyright__ = """ Copyright Nuxeo (https://www.nuxeo.com) and others.