Skip to content

Commit

Permalink
Bump version 2.16.3+dev -> 2.17.0-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vxgmichel committed Jan 24, 2024
1 parent 45ef78a commit 38ac28c
Show file tree
Hide file tree
Showing 13 changed files with 44 additions and 14 deletions.
37 changes: 37 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,43 @@ History
.. towncrier release notes start
Parsec v2.17.0-rc.1 (2024-01-24)
--------------------------------

Features
~~~~~~~~

* Add new administration routes to freeze users and prevent them from connecting
to the server.
(`#5811 <https://github.com/Scille/parsec-cloud/issues/5811>`__)

* Added bulk reassignment of workspace roles
(`#5938 <https://github.com/Scille/parsec-cloud/issues/5938>`__)

* Added a `Reencrypt all` action on workspace page
(`#5939 <https://github.com/Scille/parsec-cloud/issues/5939>`__)

* Added a small message to encourage users to promote additional owners on their
workspaces
(`#5940 <https://github.com/Scille/parsec-cloud/issues/5940>`__)


Bugfixes
~~~~~~~~

* Make write access to the Windows registry more robust.
(`#6142 <https://github.com/Scille/parsec-cloud/issues/6142>`__)


Improved Documentation
~~~~~~~~~~~~~~~~~~~~~~

* Add documentation for the ``recovery device`` feature. This feature was
introduced in v2.6.0 and it was not documented until now.
(`#5630 <https://github.com/Scille/parsec-cloud/issues/5630>`__)



Parsec v2.16.3 (2023-12-01)
---------------------------

Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
# the built documents.
#
# The short X.Y version.
version = "2.16.3+dev"
version = "2.17.0-rc.1"
# The full version, including alpha/beta/rc tags.
release = version

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.16.3+dev
Licensed Work: Parsec v2.17.0-rc.1
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: Nov 30, 2027
Change Date: Jan 23, 2028


Change License: GNU Affero General Public License, Version 3 (AGPLv3)
Expand Down
2 changes: 1 addition & 1 deletion misc/version_updater.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ class Tool(enum.Enum):
Tool.Poetry: "1.3.2",
Tool.Node: "18.12.0",
Tool.WasmPack: "0.11.0",
Tool.Parsec: "2.16.3+dev",
Tool.Parsec: "2.17.0-rc.1",
}


Expand Down
2 changes: 0 additions & 2 deletions newsfragments/5630.doc.rst

This file was deleted.

1 change: 0 additions & 1 deletion newsfragments/5811.feature.rst

This file was deleted.

1 change: 0 additions & 1 deletion newsfragments/5938.feature.rst

This file was deleted.

1 change: 0 additions & 1 deletion newsfragments/5939.feature.rst

This file was deleted.

1 change: 0 additions & 1 deletion newsfragments/5940.feature.rst

This file was deleted.

1 change: 0 additions & 1 deletion newsfragments/6142.bugfix.rst

This file was deleted.

2 changes: 1 addition & 1 deletion packaging/snap/snap/snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: parsec
version: 2.16.3+dev
version: 2.17.0-rc.1
summary: Secure cloud framework # 79 char long summary
description: |
Parsec is an open-source cloud-based application that allow simple yet
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.16.3+dev"
__version__ = "v2.17.0-rc.1"
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.16.3+dev"
version = "v2.17.0-rc.1"
description = "Secure cloud framework"
authors = ["Scille SAS <contact@scille.fr>"]
readme = "README.rst"
Expand Down

0 comments on commit 38ac28c

Please sign in to comment.