Skip to content

Commit

Permalink
Bump version v2.13.0-rc4+dev -> v2.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vxgmichel committed Oct 19, 2022
1 parent f8debde commit 5e22c2e
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 34 deletions.
38 changes: 8 additions & 30 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,28 +5,8 @@ History
.. towncrier release notes start
Parsec v2.13.0-rc4 (2022-10-17)
-------------------------------

No significant changes.


Parsec v2.13.0-rc3 (2022-10-14)
-------------------------------

Bugfixes
~~~~~~~~

* Scrollbar should stay in place when enabling/disabling workspaces (`#3301
<https://github.com/Scille/parsec-cloud/issues/3301>`__)
* Fixed how workspaces are displayed when offline (`#3302
<https://github.com/Scille/parsec-cloud/issues/3302>`__)
* Disabled workspaces not longer appear enabled when logging in (`#3300
<https://github.com/Scille/parsec-cloud/issues/3300>`__)


Parsec v2.13.0-rc2 (2022-10-12)
-------------------------------
Parsec v2.13.0 (2022-10-19)
---------------------------

Features
~~~~~~~~
Expand All @@ -36,14 +16,6 @@ Features
command). This allows to keep the sequester private keys on an offline
machine at all time. (`#3198 <https://github.com/Scille/parsec-
cloud/issues/3198>`__)


Parsec v2.13.0-rc1 (2022-10-01)
-------------------------------

Features
~~~~~~~~

* Add the webhook sequester service type that pushes encrypted workspace data to
3rd party throughout HTTP. A webhook services is a sequester service with an
encryption key. Metadata are also encrypted with the service key and send to
Expand Down Expand Up @@ -72,6 +44,12 @@ Bugfixes
* Fix a bug that caused the login time to be larger than expected for large
organizations. (`#3145 <https://github.com/Scille/parsec-
cloud/issues/3145>`__)
* Scrollbar should stay in place when enabling/disabling workspaces (`#3301
<https://github.com/Scille/parsec-cloud/issues/3301>`__)
* Fixed how workspaces are displayed when offline (`#3302
<https://github.com/Scille/parsec-cloud/issues/3302>`__)
* Disabled workspaces not longer appear enabled when logging in (`#3300
<https://github.com/Scille/parsec-cloud/issues/3300>`__)


Parsec v2.12.1 (2022-09-13)
Expand Down
4 changes: 2 additions & 2 deletions 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.13.0-rc4+dev
Licensed Work: Parsec v2.13.0
The Licensed Work is © 2016-2021 Scille SAS

Additional Use Grant: You may make production use of the Licensed Work, provided
Expand All @@ -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: Oct 16, 2026
Change Date: Oct 18, 2026


Change License: GNU Affero General Public License, Version 3 (AGPLv3)
Expand Down
2 changes: 1 addition & 1 deletion parsec/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

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

__version__ = "v2.13.0-rc4+dev"
__version__ = "v2.13.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.13.0-rc4+dev"
version = "v2.13.0"
description = "Secure cloud framework"
authors = ["Scille SAS <[email protected]>"]
readme = "README.rst"
Expand Down

0 comments on commit 5e22c2e

Please sign in to comment.