From 9b3c6dc59551352d865cde46dae5686c4085fe72 Mon Sep 17 00:00:00 2001 From: Fred Gleason Date: Fri, 16 Jun 2023 14:28:02 -0400 Subject: [PATCH] 2023-06-16 Fred Gleason * Incremented the package version to 4.0.1. * Incremented the Python API version to 4.0.1. Signed-off-by: Fred Gleason --- ChangeLog | 3 +++ NEWS | 6 ++---- versions/PACKAGE_VERSION | 2 +- versions/PYTHONAPI_VERSION | 2 +- 4 files changed, 7 insertions(+), 6 deletions(-) diff --git a/ChangeLog b/ChangeLog index 2be03aeb..991ddf6b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -24239,3 +24239,6 @@ 2023-06-11 Fred Gleason * Incremented the package version to 4.0.0rc5. * Incremented the Python API version to 4.0.0rc5. +2023-06-16 Fred Gleason + * Incremented the package version to 4.0.1. + * Incremented the Python API version to 4.0.1. diff --git a/NEWS b/NEWS index abef8c58..924faa8c 100644 --- a/NEWS +++ b/NEWS @@ -1,9 +1,7 @@ The NEWS file for the Rivendell package. ------------------------------------------------------------------------------- -v4.0.0rc5 --11 June 2023 - -Fifth Release Candidate +v4.0.1 --16 June 2023 Major Changes Between v3.x and v4.x: Qt Toolkit. Rivendell v4.x uses and is fully compatibile with major @@ -34,7 +32,7 @@ Major Changes Between v3.x and v4.x: Many bug and regression fixes. See the 'ChangeLog' for details. Database Update: - This version of Rivendell uses database schema version 369, and will + This version of Rivendell uses database schema version 370, and will automatically upgrade any earlier versions. To see the current schema version prior to upgrade, see RDAdmin->SystemInfo. diff --git a/versions/PACKAGE_VERSION b/versions/PACKAGE_VERSION index f0386181..cc868b62 100644 --- a/versions/PACKAGE_VERSION +++ b/versions/PACKAGE_VERSION @@ -1 +1 @@ -4.0.0rc5 \ No newline at end of file +4.0.1 \ No newline at end of file diff --git a/versions/PYTHONAPI_VERSION b/versions/PYTHONAPI_VERSION index f0386181..cc868b62 100644 --- a/versions/PYTHONAPI_VERSION +++ b/versions/PYTHONAPI_VERSION @@ -1 +1 @@ -4.0.0rc5 \ No newline at end of file +4.0.1 \ No newline at end of file