[Python-checkins] Post 3.12.0b1

Yhg1s webhook-mailer at python.org
Mon May 22 15:16:15 EDT 2023


https://github.com/python/cpython/commit/c2b127ed3ab44d404c502bd2f8f279253fd081e6
commit: c2b127ed3ab44d404c502bd2f8f279253fd081e6
branch: 3.12
author: Thomas Wouters <thomas at python.org>
committer: Yhg1s <thomas at python.org>
date: 2023-05-22T21:11:08+02:00
summary:

Post 3.12.0b1

files:
M Include/patchlevel.h

diff --git a/Include/patchlevel.h b/Include/patchlevel.h
index 3de9ed9296a4..d71bef922e5b 100644
--- a/Include/patchlevel.h
+++ b/Include/patchlevel.h
@@ -23,7 +23,7 @@
 #define PY_RELEASE_SERIAL       1
 
 /* Version as a string */
-#define PY_VERSION              "3.12.0b1"
+#define PY_VERSION              "3.12.0b1+"
 /*--end constants--*/
 
 /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.



More information about the Python-checkins mailing list