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