Skip to content

Commit

Permalink
NXDRIVE-2762: Release Drive Beta 5.2.9 (#3375)
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-shekhar committed Feb 2, 2022
1 parent a3e9b28 commit 6c077eb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 21 deletions.
2 changes: 1 addition & 1 deletion docs/changes.md
Expand Up @@ -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

Expand Down
21 changes: 2 additions & 19 deletions docs/changes/5.3.0.md → docs/changes/5.2.9.md
@@ -1,35 +1,19 @@
# 5.3.0
# 5.2.9

Release date: `2022-xx-xx`

## Core

- [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

Expand All @@ -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`
2 changes: 1 addition & 1 deletion nxdrive/__init__.py
Expand Up @@ -27,7 +27,7 @@
"""

__author__ = "Nuxeo"
__version__ = "5.3.0"
__version__ = "5.2.9"
__copyright__ = """
Copyright Nuxeo (https://www.nuxeo.com) and others.
Expand Down

0 comments on commit 6c077eb

Please sign in to comment.