diff --git a/HISTORY.rst b/HISTORY.rst index 5333dac674c..6e3714df89c 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -5,14 +5,8 @@ History .. towncrier release notes start -Parsec v2.9.0-rc2 (2022-05-18) ------------------------------- - -No significant changes. - - -Parsec v2.9.0-rc1 (2022-05-17) ------------------------------- +Parsec v2.9.0 (2022-05-20) +-------------------------- Features ~~~~~~~~ diff --git a/licenses/BSL-Scille.txt b/licenses/BSL-Scille.txt index f452c869693..30fa93d780b 100644 --- a/licenses/BSL-Scille.txt +++ b/licenses/BSL-Scille.txt @@ -2,7 +2,7 @@ PARSEC BUSINESS SOURCE LICENSE AGREEMENT Business Source License 1.1 Licensor: Scille SAS -Licensed Work: Parsec v2.9.0-rc2+dev +Licensed Work: Parsec v2.9.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: May 17, 2026 +Change Date: May 19, 2026 Change License: GNU Affero General Public License, Version 3 (AGPLv3) diff --git a/newsfragments/2318.empty.rst b/newsfragments/2318.empty.rst deleted file mode 100644 index e69de29bb2d..00000000000 diff --git a/newsfragments/2324.empty.rst b/newsfragments/2324.empty.rst deleted file mode 100644 index e69de29bb2d..00000000000 diff --git a/newsfragments/2328.empty.rst b/newsfragments/2328.empty.rst deleted file mode 100644 index e69de29bb2d..00000000000 diff --git a/parsec/_version.py b/parsec/_version.py index a4374887d74..5eabc9f8271 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.9.0-rc2+dev" +__version__ = "v2.9.0"