From eb3cf2f1275164019ecaf2e4481a2b9402df3a57 Mon Sep 17 00:00:00 2001 From: Fred Gleason Date: Fri, 23 Dec 2022 13:35:06 -0500 Subject: [PATCH] 2022-12-23 Fred Gleason * Incremented the version of the 'rivwebpyapi' PyPI package to 4.0.0b4. * Incremented the package version to 4.0.0rc0int12. Signed-off-by: Fred Gleason --- ChangeLog | 4 ++++ NEWS | 4 ++-- versions/PACKAGE_VERSION | 2 +- versions/PYTHONAPI_VERSION | 2 +- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 6d7ed1da..18450174 100644 --- a/ChangeLog +++ b/ChangeLog @@ -23859,3 +23859,7 @@ * Incremented the database version to 366. * Fixed a bug in rddbmgr(8) that could throw a SQL error when creating a new database. +2022-12-23 Fred Gleason + * Incremented the version of the 'rivwebpyapi' PyPI package to + 4.0.0b4. + * Incremented the package version to 4.0.0rc0int12. diff --git a/NEWS b/NEWS index 92e5da27..4c11fd25 100644 --- a/NEWS +++ b/NEWS @@ -1,7 +1,7 @@ The NEWS file for the Rivendell package. ------------------------------------------------------------------------------- -v4.0.0rc0int11 -- 21 December 2022 +v4.0.0rc0int12 -- 23 December 2022 First Release Candidate @@ -31,7 +31,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 365, and will + This version of Rivendell uses database schema version 366, 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 0bfa3f91..84848f8c 100644 --- a/versions/PACKAGE_VERSION +++ b/versions/PACKAGE_VERSION @@ -1 +1 @@ -4.0.0rc0int11 \ No newline at end of file +4.0.0rc0int12 \ No newline at end of file diff --git a/versions/PYTHONAPI_VERSION b/versions/PYTHONAPI_VERSION index 37e68f82..b61dcd7e 100644 --- a/versions/PYTHONAPI_VERSION +++ b/versions/PYTHONAPI_VERSION @@ -1 +1 @@ -4.0.0b3 \ No newline at end of file +4.0.0b4 \ No newline at end of file