Skip to content

Commit e57e0ab

Browse files
authored
NXDROVE-2983: Bump the version number to 5.5.2 (#5531)
NXDROVE-2983: Bump the version number to 5.5.2
1 parent 043bfeb commit e57e0ab

File tree

3 files changed

+45
-2
lines changed

3 files changed

+45
-2
lines changed

docs/changes.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@
2222
- [5.4.0](changes/5.4.0.md) ([diff](https://github.com/nuxeo/nuxeo-drive/compare/release-5.3.2...release-5.4.0))
2323
- [5.4.1](changes/5.4.1.md) ([diff](https://github.com/nuxeo/nuxeo-drive/compare/release-5.4.0...release-5.4.1))
2424
- [5.5.0](changes/5.5.0.md) ([diff](https://github.com/nuxeo/nuxeo-drive/compare/release-5.4.1...release-5.5.0))
25-
- [5.5.1](changes/5.5.0.md) ([diff](https://github.com/nuxeo/nuxeo-drive/compare/release-5.5.0...master))
25+
- [5.5.1](changes/5.5.1.md) ([diff](https://github.com/nuxeo/nuxeo-drive/compare/release-5.5.0...release-5.5.1))
26+
- [5.5.2](changes/5.5.2.md) ([diff](https://github.com/nuxeo/nuxeo-drive/compare/release-5.5.1...master))
2627

2728
## 4.x
2829

docs/changes/5.5.2.md

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
# 5.5.2
2+
3+
Release date: `2025-xx-xx`
4+
5+
## Core
6+
7+
- [NXDRIVE-2](https://jira.nuxeo.com/browse/NXDRIVE-2):
8+
9+
### Direct Edit
10+
11+
- [NXDRIVE-2](https://jira.nuxeo.com/browse/NXDRIVE-2):
12+
13+
### Direct Transfer
14+
15+
- [NXDRIVE-2](https://jira.nuxeo.com/browse/NXDRIVE-2):
16+
17+
### Task Management
18+
- [NXDRIVE-2](https://jira.nuxeo.com/browse/NXDRIVE-2):
19+
20+
## GUI
21+
22+
- [NXDRIVE-2](https://jira.nuxeo.com/browse/NXDRIVE-2):
23+
24+
## Packaging / Build
25+
26+
- [NXDRIVE-2](https://jira.nuxeo.com/browse/NXDRIVE-2):
27+
28+
## Tests
29+
30+
- [NXDRIVE-2](https://jira.nuxeo.com/browse/NXDRIVE-2):
31+
32+
## Docs
33+
34+
- [NXDRIVE-2](https://jira.nuxeo.com/browse/NXDRIVE-2):
35+
36+
## Minor Changes
37+
38+
-
39+
40+
## Technical Changes
41+
42+
-

nxdrive/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"""
2828

2929
__author__ = "Nuxeo"
30-
__version__ = "5.5.1"
30+
__version__ = "5.5.2"
3131
__copyright__ = """
3232
Copyright © 2024 Hyland Software, Inc. and its affiliates. All rights reserved.
3333
All Hyland product names are registered or unregistered trademarks of Hyland Software, Inc. or its affiliates

0 commit comments

Comments
 (0)