Skip to content

Commit dfd7ff8

Browse files
committed
Bump version v2.7.0-rc5+dev -> v2.7.0
1 parent d2452d8 commit dfd7ff8

File tree

3 files changed

+15
-33
lines changed

3 files changed

+15
-33
lines changed

HISTORY.rst

Lines changed: 12 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -5,36 +5,8 @@ History
55
.. towncrier release notes start
66
77
8-
Parsec v2.7.0-rc5 (2022-03-28)
9-
------------------------------
10-
11-
No significant changes.
12-
13-
14-
Parsec v2.7.0-rc4 (2022-03-21)
15-
------------------------------
16-
17-
Bugfixes
18-
~~~~~~~~
19-
20-
* Updated the documentation (in particular, a lot of missing French translations
21-
were added) (`#2080 <https://github.com/Scille/parsec-cloud/issues/2080>`__)
22-
23-
Miscellaneous internal changes
24-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
25-
26-
* Show a dedicated message when getting a local storage error during file import
27-
indicating that the disk might be full (`#2083
28-
<https://github.com/Scille/parsec-cloud/issues/2083>`__)
29-
* Fix connection reset on client side in case of internal server errors.
30-
(`#2100 <https://github.com/Scille/parsec-cloud/issues/2100>`__)
31-
* Fix telemetry support, replace --sentry-url by --sentry-dsn/--sentry-
32-
environment parameters for client and server. (`#2102
33-
<https://github.com/Scille/parsec-cloud/issues/2102>`__)
34-
35-
36-
Parsec v2.7.0-rc1 (2022-03-14)
37-
------------------------------
8+
Parsec v2.7.0 (2022-04-01)
9+
--------------------------
3810

3911
Features
4012
~~~~~~~~
@@ -78,6 +50,8 @@ Bugfixes
7850
(`#1909 <https://github.com/Scille/parsec-cloud/issues/1909>`__)
7951
* Improve client/server handshake mechanism (`#2047
8052
<https://github.com/Scille/parsec-cloud/issues/2047>`__)
53+
* Updated the documentation (in particular, a lot of missing French translations
54+
were added) (`#2080 <https://github.com/Scille/parsec-cloud/issues/2080>`__)
8155

8256
Miscellaneous internal changes
8357
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -86,6 +60,14 @@ Miscellaneous internal changes
8660
<https://github.com/Scille/parsec-cloud/issues/1889>`__)
8761
* Fixed some graphical gliches on MacOS when using dark mode. (`#2037
8862
<https://github.com/Scille/parsec-cloud/issues/2037>`__)
63+
* Show a dedicated message when getting a local storage error during file import
64+
indicating that the disk might be full (`#2083
65+
<https://github.com/Scille/parsec-cloud/issues/2083>`__)
66+
* Fix connection reset on client side in case of internal server errors.
67+
(`#2100 <https://github.com/Scille/parsec-cloud/issues/2100>`__)
68+
* Fix telemetry support, replace --sentry-url by --sentry-dsn/--sentry-
69+
environment parameters for client and server. (`#2102
70+
<https://github.com/Scille/parsec-cloud/issues/2102>`__)
8971

9072

9173
Parsec v2.6.0 (2021-11-09)

licenses/BSL-Scille.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ PARSEC BUSINESS SOURCE LICENSE AGREEMENT
22

33
Business Source License 1.1
44
Licensor: Scille SAS
5-
Licensed Work: Parsec v2.7.0-rc5+dev
5+
Licensed Work: Parsec v2.7.0
66
The Licensed Work is © 2016-2021 Scille SAS
77

88
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
1919
2) use the Licensed Work for use in a governmental or any
2020
for-profit entity with more than fifty (50) users.
2121

22-
Change Date: Mar 27, 2026
22+
Change Date: Mar 31, 2026
2323

2424
Change License: GNU Affero General Public License, Version 3 (AGPLv3)
2525

parsec/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
# This file is imported from __init__.py and exec'd from setup.py
44

5-
__version__ = "v2.7.0-rc5+dev"
5+
__version__ = "v2.7.0"

0 commit comments

Comments
 (0)