From b0b37ddbe2580a52b63c5940b7975ecaf7863188 Mon Sep 17 00:00:00 2001 From: Pascal Date: Thu, 30 Jun 2022 10:59:18 +0200 Subject: [PATCH] Bump version v2.10.0-rc4+dev -> v2.10.0 --- HISTORY.rst | 34 ++++++---------------------------- licenses/BSL-Scille.txt | 4 ++-- parsec/_version.py | 2 +- 3 files changed, 9 insertions(+), 31 deletions(-) diff --git a/HISTORY.rst b/HISTORY.rst index 0c42edd0c16..8487aa6ca22 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -5,28 +5,20 @@ History .. towncrier release notes start -Parsec v2.10.0-rc4 (2022-06-29) -------------------------------- - -No significant changes. +Parsec v2.10.0 (2022-06-30) +--------------------------- +Features +~~~~~~~~ -Parsec v2.10.0-rc3 (2022-06-29) -------------------------------- +* Display the number of files in the current folder (`#2416 + `__) Bugfixes ~~~~~~~~ * Fix the snackbars not being hidden when the window loses the focus (`#2530 `__) - - -Parsec v2.10.0-rc2 (2022-06-28) -------------------------------- - -Bugfixes -~~~~~~~~ - * Fix duplicated files appearing in workspace sneak peek (`#2503 `__) * Prevent change of role for a user after their revocation (`#2505 @@ -37,20 +29,6 @@ Bugfixes `__) * Ignore entries that are not files (i.e socket) when importing a directory (`#2512 `__) - - -Parsec v2.10.0-rc1 (2022-06-22) -------------------------------- - -Features -~~~~~~~~ - -* Display the number of files in the current folder (`#2416 - `__) - -Bugfixes -~~~~~~~~ - * Fix GUI sometime not detecting invitation deletion or peer has left during invitation greet Fix GUI workspace history date picker from being clickable too soon (`#2337 `__) diff --git a/licenses/BSL-Scille.txt b/licenses/BSL-Scille.txt index b5dd32c891c..0bb3d72bca0 100644 --- a/licenses/BSL-Scille.txt +++ b/licenses/BSL-Scille.txt @@ -2,7 +2,7 @@ PARSEC BUSINESS SOURCE LICENSE AGREEMENT Business Source License 1.1 Licensor: Scille SAS -Licensed Work: Parsec v2.10.0-rc4+dev +Licensed Work: Parsec v2.10.0 The Licensed Work is © 2016-2021 Scille SAS Additional Use Grant: You may make production use of the Licensed Work, provided @@ -19,7 +19,7 @@ Additional Use Grant: You may make production use of the Licensed Work, provided 2) use the Licensed Work for use in a governmental or any for-profit entity with more than fifty (50) users. -Change Date: Jun 28, 2026 +Change Date: Jun 29, 2026 Change License: GNU Affero General Public License, Version 3 (AGPLv3) diff --git a/parsec/_version.py b/parsec/_version.py index 7b196a3204e..9c9d3a6f8e6 100644 --- a/parsec/_version.py +++ b/parsec/_version.py @@ -2,4 +2,4 @@ # This file is imported from __init__.py and exec'd from setup.py -__version__ = "v2.10.0-rc4+dev" +__version__ = "v2.10.0"