Skip to content

Commit 3e3ed6c

Browse files
committed
Bump version v2.14.0-rc2+dev -> v2.14.0
1 parent ad928e0 commit 3e3ed6c

File tree

5 files changed

+10
-17
lines changed

5 files changed

+10
-17
lines changed

HISTORY.rst

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,8 @@ History
55
.. towncrier release notes start
66
77
8-
Parsec v2.14.0-rc2 (2022-11-09)
9-
-------------------------------
10-
11-
Bugfixes
12-
~~~~~~~~
13-
14-
* Fix user search to include legacy users (`#3538
15-
<https://github.com/Scille/parsec-cloud/issues/3538>`__)
16-
17-
18-
Parsec v2.14.0-rc1 (2022-11-08)
19-
-------------------------------
8+
Parsec v2.14.0 (2022-11-10)
9+
---------------------------
2010

2111
Features
2212
~~~~~~~~
@@ -46,6 +36,10 @@ Bugfixes
4636
<https://github.com/Scille/parsec-cloud/issues/3300>`__)
4737
* The device instance now gets logged off when an error occurs due to the disk
4838
being full (`#3335 <https://github.com/Scille/parsec-cloud/issues/3335>`__)
39+
* Fix user search to include legacy users (`#3538
40+
<https://github.com/Scille/parsec-cloud/issues/3538>`__)
41+
* Fix email validation in the application for some special cases (`#3555
42+
<https://github.com/Scille/parsec-cloud/issues/3555>`__)
4943

5044
Miscellaneous internal changes
5145
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

licenses/BUSL-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.14.0-rc2+dev
5+
Licensed Work: Parsec v2.14.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: Nov 08, 2026
22+
Change Date: Nov 09, 2026
2323

2424

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

newsfragments/3555.bugfix.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

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.14.0-rc2+dev"
6+
__version__ = "v2.14.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.14.0-rc2+dev"
3+
version = "v2.14.0"
44
description = "Secure cloud framework"
55
authors = ["Scille SAS <[email protected]>"]
66
readme = "README.rst"

0 commit comments

Comments
 (0)