2024-08-09 Fred Gleason <fredg@paravelsystems.com>

* Updated the URL for the Python Packaging User Guide in
	'versions/README.txt'.

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
Fred Gleason 2024-08-09 17:18:22 -04:00
parent deae348682
commit d2607adf88
3 changed files with 5 additions and 2 deletions

View File

@ -24843,3 +24843,6 @@
2024-08-09 Fred Gleason <fredg@paravelsystems.com>
Modified the 'PyPAD' Python module to use 'configparser.read_file()'
instead of 'configparser.readfp()'.
2024-08-09 Fred Gleason <fredg@paravelsystems.com>
* Updated the URL for the Python Packaging User Guide in
'versions/README.txt'.

View File

@ -1 +1 @@
4.3.0int2
4.3.0int3

View File

@ -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/