Skip to content

Commit

Permalink
Bump version 2.17.0-rc.5+dev -> 2.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vxgmichel committed Feb 13, 2024
1 parent b0919cc commit cb5cce5
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 43 deletions.
43 changes: 7 additions & 36 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,40 +5,8 @@ History
.. towncrier release notes start
Parsec v2.17.0-rc.5 (2024-02-07)
--------------------------------

No significant changes.


Parsec v2.17.0-rc.4 (2024-02-06)
--------------------------------

No significant changes.


Parsec v2.17.0-rc.3 (2024-02-06)
--------------------------------

Bugfixes
~~~~~~~~

* Fix the filter list when filtering user profiles.
(`#6369 <https://github.com/Scille/parsec-cloud/issues/6369>`__)

* Add missing translation for offline availability dialog.
(`#6224 <https://github.com/Scille/parsec-cloud/issues/6224>`__)



Parsec v2.17.0-rc.2 (2024-01-24)
--------------------------------

No significant changes.


Parsec v2.17.0-rc.1 (2024-01-24)
--------------------------------
Parsec v2.17.0 (2024-02-13)
---------------------------

Features
~~~~~~~~
Expand All @@ -57,13 +25,17 @@ Features
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>`__)

* Fix the filter list when filtering user profiles.
(`#6369 <https://github.com/Scille/parsec-cloud/issues/6369>`__)

* Add missing translation for offline availability dialog.
(`#6224 <https://github.com/Scille/parsec-cloud/issues/6224>`__)

Improved Documentation
~~~~~~~~~~~~~~~~~~~~~~
Expand All @@ -73,7 +45,6 @@ Improved Documentation
(`#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.17.0-rc.5+dev"
version = "2.17.0"
# 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.17.0-rc.5+dev
Licensed Work: Parsec v2.17.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: Feb 06, 2028
Change Date: Feb 12, 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.17.0-rc.5+dev",
Tool.Parsec: "2.17.0",
}


Expand Down
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.17.0-rc.5+dev
version: 2.17.0
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.17.0-rc.5+dev"
__version__ = "v2.17.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.17.0-rc.5+dev"
version = "v2.17.0"
description = "Secure cloud framework"
authors = ["Scille SAS <[email protected]>"]
readme = "README.rst"
Expand Down

0 comments on commit cb5cce5

Please sign in to comment.