Skip to content

Commit

Permalink
Bump version v2.15.0-rc4+dev -> v2.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vxgmichel committed Dec 12, 2022
1 parent c351cf1 commit e6ba090
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 38 deletions.
46 changes: 11 additions & 35 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,41 +5,8 @@ History
.. towncrier release notes start
Parsec v2.15.0-rc4 (2022-12-12)
-------------------------------

Miscellaneous internal changes
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

* Correct some typo found in PO files used by QT for english/french translation
(`#3757 <https://github.com/Scille/parsec-cloud/issues/3757>`__)


Parsec v2.15.0-rc3 (2022-12-12)
-------------------------------

Bugfixes
~~~~~~~~

* Fix user invitation email sending error when the greeter's name contains
special characters (`#3752 <https://github.com/Scille/parsec-
cloud/issues/3752>`__)
* Accept parenthesis in HumanHandle's label (`#3749
<https://github.com/Scille/parsec-cloud/issues/3749>`__)


Parsec v2.15.0-rc2 (2022-12-08)
-------------------------------

Bugfixes
~~~~~~~~

* Prevent accidental creation of multiple parsec organizations at the same time
(`#3698 <https://github.com/Scille/parsec-cloud/issues/3698>`__)


Parsec v2.15.0-rc1 (2022-12-06)
-------------------------------
Parsec v2.15.0 (2022-12-12)
---------------------------

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

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


Parsec v2.14.1 (2022-11-24)
Expand Down
2 changes: 1 addition & 1 deletion licenses/BUSL-Scille.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ PARSEC BUSINESS SOURCE LICENSE AGREEMENT

Business Source License 1.1
Licensor: Scille SAS
Licensed Work: Parsec v2.15.0-rc4+dev
Licensed Work: Parsec v2.15.0
The Licensed Work is © 2016-2021 Scille SAS

Additional Use Grant: You may make production use of the Licensed Work, provided
Expand Down
2 changes: 1 addition & 1 deletion parsec/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@

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

__version__ = "v2.15.0-rc4+dev"
__version__ = "v2.15.0"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "parsec-cloud"
version = "v2.15.0-rc4+dev"
version = "v2.15.0"
description = "Secure cloud framework"
authors = ["Scille SAS <[email protected]>"]
readme = "README.rst"
Expand Down

0 comments on commit e6ba090

Please sign in to comment.