From d2607adf884e16e541078ed01b62a23ccd57f381 Mon Sep 17 00:00:00 2001 From: Fred Gleason Date: Fri, 9 Aug 2024 17:18:22 -0400 Subject: [PATCH] 2024-08-09 Fred Gleason * Updated the URL for the Python Packaging User Guide in 'versions/README.txt'. Signed-off-by: Fred Gleason --- ChangeLog | 3 +++ versions/PACKAGE_VERSION | 2 +- versions/README.txt | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 36f9814a..69a96c70 100644 --- a/ChangeLog +++ b/ChangeLog @@ -24843,3 +24843,6 @@ 2024-08-09 Fred Gleason Modified the 'PyPAD' Python module to use 'configparser.read_file()' instead of 'configparser.readfp()'. +2024-08-09 Fred Gleason + * Updated the URL for the Python Packaging User Guide in + 'versions/README.txt'. 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/README.txt b/versions/README.txt index d0356b47..5b0c9d5c 100644 --- a/versions/README.txt +++ b/versions/README.txt @@ -30,4 +30,4 @@ RIVWEBCAPI_AGE PYTHONAPI_VERSION - Version string for the Python components beneath '/apis/'. See the Python Packaging User Guide - Version specifiers for formatting rules, at: - https://www.python.org/dev/peps/pep-0440/ + https://packaging.python.org/en/latest/specifications/version-specifiers/