From b9b396012be6ce65ccd2a5a097a8774fbf70fdfc Mon Sep 17 00:00:00 2001 From: Fred Gleason Date: Tue, 1 Jul 2025 17:56:45 -0400 Subject: [PATCH] 2025-07-01 Fred Gleason * Incremented the pacakge version to 4.3.0int11. * Incremented the Python API version to 4.3.0post4. Signed-off-by: Fred Gleason --- ChangeLog | 3 +++ NEWS | 2 +- versions/PACKAGE_VERSION | 2 +- versions/PYTHONAPI_VERSION | 2 +- 4 files changed, 6 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 4fe65d39..73413ae5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -25006,3 +25006,6 @@ 2025-07-01 Fred Gleason * Fixed a bug in the PyPAD service that could cause resolution of the '%d()' wildcard to return dnagling whitespace. +2025-07-01 Fred Gleason + * Incremented the pacakge version to 4.3.0int11. + * Incremented the Python API version to 4.3.0post4. diff --git a/NEWS b/NEWS index 3e230e38..b2f0fe2c 100644 --- a/NEWS +++ b/NEWS @@ -1,7 +1,7 @@ The NEWS file for the Rivendell package. ------------------------------------------------------------------------------- -v4.3.0int10 -- 1 July 2025 +v4.3.0int11 -- 1 July 2025 Changes: Cart Filtering. Refactored the cart filtering controls to be consistent diff --git a/versions/PACKAGE_VERSION b/versions/PACKAGE_VERSION index 37ea33a9..a3e8cde5 100644 --- a/versions/PACKAGE_VERSION +++ b/versions/PACKAGE_VERSION @@ -1 +1 @@ -4.3.0int10 \ No newline at end of file +4.3.0int11 \ No newline at end of file diff --git a/versions/PYTHONAPI_VERSION b/versions/PYTHONAPI_VERSION index 2a7333a5..081ef6e8 100644 --- a/versions/PYTHONAPI_VERSION +++ b/versions/PYTHONAPI_VERSION @@ -1 +1 @@ -4.3.0.post3 \ No newline at end of file +4.3.0.post4 \ No newline at end of file