From a1f2fa577f74354c7c13af72272d2d187d7b1270 Mon Sep 17 00:00:00 2001 From: Fred Gleason Date: Tue, 27 Dec 2022 10:28:55 -0500 Subject: [PATCH] 2022-12-27 Fred Gleason * Incremented the package version to 4.0.0rc1. * Incremented the Python API version to 4.0.0rc1. Signed-off-by: Fred Gleason --- ChangeLog | 3 +++ NEWS | 4 ++-- versions/PACKAGE_VERSION | 2 +- versions/PYTHONAPI_VERSION | 2 +- 4 files changed, 7 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index a40134d7..c56bac79 100644 --- a/ChangeLog +++ b/ChangeLog @@ -23870,3 +23870,6 @@ 'systemd/rivendell.service.in'. 2022-12-24 Fred Gleason * Incremented the package version to 4.0.0rc0int13. +2022-12-27 Fred Gleason + * Incremented the package version to 4.0.0rc1. + * Incremented the Python API version to 4.0.0rc1. diff --git a/NEWS b/NEWS index 763e9a55..23b7ce60 100644 --- a/NEWS +++ b/NEWS @@ -1,9 +1,9 @@ The NEWS file for the Rivendell package. ------------------------------------------------------------------------------- -v4.0.0rc0int13 -- 24 December 2022 +v4.0.0rc1 -- 27 December 2022 -First Release Candidate +Second Release Candidate Major Changes Between v3.x and v4.x: Qt Toolkit. Rivendell v4.x uses and is fully compatibile with major diff --git a/versions/PACKAGE_VERSION b/versions/PACKAGE_VERSION index 040c73d4..69f1ff8e 100644 --- a/versions/PACKAGE_VERSION +++ b/versions/PACKAGE_VERSION @@ -1 +1 @@ -4.0.0rc0int13 \ No newline at end of file +4.0.0rc1 \ No newline at end of file diff --git a/versions/PYTHONAPI_VERSION b/versions/PYTHONAPI_VERSION index b61dcd7e..69f1ff8e 100644 --- a/versions/PYTHONAPI_VERSION +++ b/versions/PYTHONAPI_VERSION @@ -1 +1 @@ -4.0.0b4 \ No newline at end of file +4.0.0rc1 \ No newline at end of file