Skip to content

Commit 7239fbd

Browse files
Mickaël SchoentgenBoboTiG
authored andcommitted
NXDRIVE-1961: Bump the version to 4.4.3
1 parent ff571d8 commit 7239fbd

3 files changed

Lines changed: 34 additions & 2 deletions

File tree

docs/changes.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
- [4.4.0](changes/4.4.0.md) ([diff](https://github.com/nuxeo/nuxeo-drive/compare/release-4.4.0...release-4.3.0))
1818
- [4.4.1](changes/4.4.1.md) ([diff](https://github.com/nuxeo/nuxeo-drive/compare/release-4.4.0...release-4.4.1))
1919
- [4.4.2](changes/4.4.2.md) ([diff](https://github.com/nuxeo/nuxeo-drive/compare/release-4.4.1...release-4.4.2))
20+
- [4.4.3](changes/4.4.3.md) ([diff](https://github.com/nuxeo/nuxeo-drive/compare/release-4.4.2...master))
2021

2122
## 3.x
2223

docs/changes/4.4.3.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
# 4.4.3
2+
3+
Release date: `2020-xx-xx`
4+
5+
## Core
6+
7+
- [NXDRIVE-](https://jira.nuxeo.com/browse/NXDRIVE-):
8+
9+
## GUI
10+
11+
- [NXDRIVE-](https://jira.nuxeo.com/browse/NXDRIVE-):
12+
13+
## Packaging / Build
14+
15+
- [NXDRIVE-](https://jira.nuxeo.com/browse/NXDRIVE-):
16+
17+
## Tests
18+
19+
- [NXDRIVE-](https://jira.nuxeo.com/browse/NXDRIVE-):
20+
21+
## Docs
22+
23+
- [NXDRIVE-](https://jira.nuxeo.com/browse/NXDRIVE-):
24+
25+
## Minor Changes
26+
27+
-
28+
29+
## Technical Changes
30+
31+
-

nxdrive/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
Antoine Taillefer
1313
Rémi Cattiau
1414
Mickaël Schoentgen <mschoentgen@nuxeo.com>
15-
Léa Klein <lklein@nuxeo.com>
15+
Léa Klein
1616
Romain Grasland <rgrasland@nuxeo.com>
1717
and https://github.com/nuxeo/nuxeo-drive/graphs/contributors
1818
@@ -27,7 +27,7 @@
2727
"""
2828

2929
__author__ = "Nuxeo"
30-
__version__ = "4.4.2"
30+
__version__ = "4.4.3"
3131
__copyright__ = """
3232
Copyright Nuxeo (https://www.nuxeo.com) and others.
3333

0 commit comments

Comments
 (0)