Skip to content

Commit

Permalink
Bump version 2.16.2+dev -> 2.16.3
Browse files Browse the repository at this point in the history
  • Loading branch information
vxgmichel committed Dec 1, 2023
1 parent fa508bb commit 6a8a4a8
Show file tree
Hide file tree
Showing 8 changed files with 19 additions and 8 deletions.
12 changes: 12 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,18 @@ History
.. towncrier release notes start
Parsec v2.16.3 (2023-12-01)
---------------------------

Bugfixes
~~~~~~~~

* Check that the Parsec application is not running when executing the
uninstaller (and other improvements to the Windows installer)
(`#5893 <https://github.com/Scille/parsec-cloud/issues/5893>`__)



Parsec v2.16.2 (2023-11-28)
---------------------------

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.2+dev"
version = "2.16.3"
# 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.2+dev
Licensed Work: Parsec v2.16.3
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 27, 2027
Change Date: Nov 30, 2027


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.2+dev",
Tool.Parsec: "2.16.3",
}


Expand Down
1 change: 0 additions & 1 deletion newsfragments/5893.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.2+dev
version: 2.16.3
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.2+dev"
__version__ = "v2.16.3"
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.2+dev"
version = "v2.16.3"
description = "Secure cloud framework"
authors = ["Scille SAS <contact@scille.fr>"]
readme = "README.rst"
Expand Down

0 comments on commit 6a8a4a8

Please sign in to comment.