From 2252c52c5727a6e43cf9267a77a66127602a55b6 Mon Sep 17 00:00:00 2001 From: Fred Gleason Date: Thu, 4 Apr 2024 11:19:34 -0400 Subject: [PATCH] 2024-04-04 Fred Gleason * Updated the URL for Python version formatting rules. Signed-off-by: Fred Gleason --- ChangeLog | 2 ++ versions/README.txt | 5 +++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index d8c33d01..9c9600dc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -24694,3 +24694,5 @@ * Removed JSON generation methods. 2024-04-03 Fred Gleason * Added an 'ExtendedNextPadEvents=' directive to rd.conf(5). +2024-04-04 Fred Gleason + * Updated the URL for Python version formatting rules. diff --git a/versions/README.txt b/versions/README.txt index 056a4151..d0356b47 100644 --- a/versions/README.txt +++ b/versions/README.txt @@ -28,5 +28,6 @@ RIVWEBCAPI_AGE then set 'RIVWEBCAPI_AGE' to 0. PYTHONAPI_VERSION - Version string for the Python components beneath '/apis/'. - See PEP 440 [https://www.python.org/dev/peps/pep-0440/] - for formatting rules. + See the Python Packaging User Guide - Version specifiers + for formatting rules, at: + https://www.python.org/dev/peps/pep-0440/