[Python-checkins] Post 3.8.9

ambv webhook-mailer at python.org
Fri Apr 2 13:37:58 EDT 2021


https://github.com/python/cpython/commit/a44771f9212381b90c539882448258c4300b2fe5
commit: a44771f9212381b90c539882448258c4300b2fe5
branch: 3.8
author: Łukasz Langa <lukasz at langa.pl>
committer: ambv <lukasz at langa.pl>
date: 2021-04-02T19:37:42+02:00
summary:

Post 3.8.9

files:
M Include/patchlevel.h

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



More information about the Python-checkins mailing list