diff --git a/docs/changes.md b/docs/changes.md index 476c474591..75315c24fb 100644 --- a/docs/changes.md +++ b/docs/changes.md @@ -14,7 +14,7 @@ - [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.3.0](changes/4.3.0.md) ([diff](https://github.com/nuxeo/nuxeo-drive/compare/release-4.2.0...release-4.3.0)) -- [4.3.1](changes/4.3.1.md) ([diff](https://github.com/nuxeo/nuxeo-drive/compare/release-4.3.0...master)) +- [4.4.0](changes/4.4.0.md) ([diff](https://github.com/nuxeo/nuxeo-drive/compare/release-4.4.0...release-4.3.0)) ## 3.x diff --git a/docs/changes/4.3.1.md b/docs/changes/4.4.0.md similarity index 95% rename from docs/changes/4.3.1.md rename to docs/changes/4.4.0.md index 60b98d4140..33affa4fad 100644 --- a/docs/changes/4.3.1.md +++ b/docs/changes/4.4.0.md @@ -1,6 +1,6 @@ -# 4.3.1 +# 4.4.0 -Release date: `2019-xx-xx` +Release date: `2019-12-05` ## Core @@ -33,14 +33,6 @@ Release date: `2019-xx-xx` - [NXDRIVE-1946](https://jira.nuxeo.com/browse/NXDRIVE-1946): Fix a deprecation warning in pytest 5.3.0 - [NXDRIVE-1957](https://jira.nuxeo.com/browse/NXDRIVE-1957): Add a test volume pipeline for specific cases -## Doc - -- [NXDRIVE-](https://jira.nuxeo.com/browse/NXDRIVE-): - -## Minor Changes - -- - ## Technical Changes - Renamed `Application.ctx_upload_local_file()` to `ctx_direct_transfer()` diff --git a/nxdrive/__init__.py b/nxdrive/__init__.py index 634755d708..c542d38ff9 100644 --- a/nxdrive/__init__.py +++ b/nxdrive/__init__.py @@ -26,7 +26,7 @@ """ __author__ = "Nuxeo" -__version__ = "4.3.1" +__version__ = "4.4.0" __copyright__ = """ Copyright Nuxeo (https://www.nuxeo.com) and others.