diff --git a/HISTORY.rst b/HISTORY.rst index 8a0331bca3d..a6919f9d3ab 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -5,20 +5,8 @@ History .. towncrier release notes start -Parsec v2.12.0-rc3 (2022-09-05) -------------------------------- - -No significant changes. - - -Parsec v2.12.0-rc2 (2022-09-05) -------------------------------- - -No significant changes. - - -Parsec v2.12.0-rc1 (2022-09-02) -------------------------------- +Parsec v2.12.0 (2022-09-08) +--------------------------- Features ~~~~~~~~ @@ -33,6 +21,8 @@ Features `__) * Added a show status/show history to the current directory in the explorer (`#2674 `__) +* Fixed links in About window not opening (`#3023 + `__) Bugfixes ~~~~~~~~ diff --git a/licenses/BUSL-Scille.txt b/licenses/BUSL-Scille.txt index 5513bfaa41b..4cefdcf614c 100644 --- a/licenses/BUSL-Scille.txt +++ b/licenses/BUSL-Scille.txt @@ -2,7 +2,7 @@ PARSEC BUSINESS SOURCE LICENSE AGREEMENT Business Source License 1.1 Licensor: Scille SAS -Licensed Work: Parsec v2.12.0-rc3+dev +Licensed Work: Parsec v2.12.0 The Licensed Work is © 2016-2021 Scille SAS Additional Use Grant: You may make production use of the Licensed Work, provided @@ -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: Sep 04, 2026 +Change Date: Sep 07, 2026 Change License: GNU Affero General Public License, Version 3 (AGPLv3) diff --git a/newsfragments/3023.bugfix.rst b/newsfragments/3023.bugfix.rst deleted file mode 100644 index 3c0949a2ed2..00000000000 --- a/newsfragments/3023.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -Fixed links in About window not opening diff --git a/parsec/_version.py b/parsec/_version.py index babbd0e1a48..04e6212e6c5 100644 --- a/parsec/_version.py +++ b/parsec/_version.py @@ -2,4 +2,4 @@ # This file is imported from __init__.py and exec'd from setup.py -__version__ = "v2.12.0-rc3+dev" +__version__ = "v2.12.0" diff --git a/pyproject.toml b/pyproject.toml index aa15c81d760..9ade9277a05 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "parsec-cloud" -version = "v2.12.0-rc3+dev" +version = "v2.12.0" description = "Secure cloud framework" authors = ["Scille SAS "] readme = "README.rst"