Skip to content

Commit e6ba090

Browse files
committed
Bump version v2.15.0-rc4+dev -> v2.15.0
1 parent c351cf1 commit e6ba090

File tree

4 files changed

+14
-38
lines changed

4 files changed

+14
-38
lines changed

HISTORY.rst

Lines changed: 11 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -5,41 +5,8 @@ History
55
.. towncrier release notes start
66
77
8-
Parsec v2.15.0-rc4 (2022-12-12)
9-
-------------------------------
10-
11-
Miscellaneous internal changes
12-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
13-
14-
* Correct some typo found in PO files used by QT for english/french translation
15-
(`#3757 <https://github.com/Scille/parsec-cloud/issues/3757>`__)
16-
17-
18-
Parsec v2.15.0-rc3 (2022-12-12)
19-
-------------------------------
20-
21-
Bugfixes
22-
~~~~~~~~
23-
24-
* Fix user invitation email sending error when the greeter's name contains
25-
special characters (`#3752 <https://github.com/Scille/parsec-
26-
cloud/issues/3752>`__)
27-
* Accept parenthesis in HumanHandle's label (`#3749
28-
<https://github.com/Scille/parsec-cloud/issues/3749>`__)
29-
30-
31-
Parsec v2.15.0-rc2 (2022-12-08)
32-
-------------------------------
33-
34-
Bugfixes
35-
~~~~~~~~
36-
37-
* Prevent accidental creation of multiple parsec organizations at the same time
38-
(`#3698 <https://github.com/Scille/parsec-cloud/issues/3698>`__)
39-
40-
41-
Parsec v2.15.0-rc1 (2022-12-06)
42-
-------------------------------
8+
Parsec v2.15.0 (2022-12-12)
9+
---------------------------
4310

4411
Features
4512
~~~~~~~~
@@ -58,6 +25,13 @@ Bugfixes
5825
<https://github.com/Scille/parsec-cloud/issues/3534>`__)
5926
* Fix an issue that prevented proper reconnection of the client in some specific
6027
cases (`#3595 <https://github.com/Scille/parsec-cloud/issues/3595>`__)
28+
* Prevent accidental creation of multiple parsec organizations at the same time
29+
(`#3698 <https://github.com/Scille/parsec-cloud/issues/3698>`__)
30+
* Fix user invitation email sending error when the greeter's name contains
31+
special characters (`#3752 <https://github.com/Scille/parsec-
32+
cloud/issues/3752>`__)
33+
* Accept parenthesis in HumanHandle's label (`#3749
34+
<https://github.com/Scille/parsec-cloud/issues/3749>`__)
6135

6236
Miscellaneous internal changes
6337
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -68,6 +42,8 @@ Miscellaneous internal changes
6842
<https://github.com/Scille/parsec-cloud/issues/3700>`__)
6943
* Recovery devices can now be renamed when created. (`#3537
7044
<https://github.com/Scille/parsec-cloud/issues/3537>`__)
45+
* Correct some typo found in PO files used by QT for english/french translation
46+
(`#3757 <https://github.com/Scille/parsec-cloud/issues/3757>`__)
7147

7248

7349
Parsec v2.14.1 (2022-11-24)

licenses/BUSL-Scille.txt

Lines changed: 1 addition & 1 deletion
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.15.0-rc4+dev
5+
Licensed Work: Parsec v2.15.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

parsec/_version.py

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

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

6-
__version__ = "v2.15.0-rc4+dev"
6+
__version__ = "v2.15.0"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "parsec-cloud"
3-
version = "v2.15.0-rc4+dev"
3+
version = "v2.15.0"
44
description = "Secure cloud framework"
55
authors = ["Scille SAS <[email protected]>"]
66
readme = "README.rst"

0 commit comments

Comments
 (0)