diff --git a/ChangeLog b/ChangeLog index 5918bec2..1d7a3e99 100644 --- a/ChangeLog +++ b/ChangeLog @@ -24849,3 +24849,6 @@ 2024-08-12 Fred Gleason * Added 'python3-virtualenv' to the lists of required build packages for Debian and Ubuntu in 'INSTALL'. +2024-08-12 Fred Gleason + * Incremented the package version to 4.3.0int3. + * Incremented the python api version to 4.3.0.post3. diff --git a/NEWS b/NEWS index 779e063b..1c2d07e9 100644 --- a/NEWS +++ b/NEWS @@ -1,7 +1,7 @@ The NEWS file for the Rivendell package. ------------------------------------------------------------------------------- -v4.3.0int2 -- 7 August 2024 +v4.3.0int3 -- 12 August 2024 Changes: Bug fixes. See the ChangeLog. diff --git a/versions/PACKAGE_VERSION b/versions/PACKAGE_VERSION index 91778e5c..ff305e4a 100644 --- a/versions/PACKAGE_VERSION +++ b/versions/PACKAGE_VERSION @@ -1 +1 @@ -4.3.0int2 \ No newline at end of file +4.3.0int3 \ No newline at end of file diff --git a/versions/PYTHONAPI_VERSION b/versions/PYTHONAPI_VERSION index 81911389..2a7333a5 100644 --- a/versions/PYTHONAPI_VERSION +++ b/versions/PYTHONAPI_VERSION @@ -1 +1 @@ -4.3.0 \ No newline at end of file +4.3.0.post3 \ No newline at end of file