[Python-checkins] Post 3.8.0a1

Łukasz Langa webhook-mailer at python.org
Mon Feb 4 03:39:39 EST 2019


https://github.com/python/cpython/commit/ca7d2933a388677cc3bbc621913b479452c0f25a
commit: ca7d2933a388677cc3bbc621913b479452c0f25a
branch: master
author: Łukasz Langa <lukasz at langa.pl>
committer: Łukasz Langa <lukasz at langa.pl>
date: 2019-02-04T09:39:24+01:00
summary:

Post 3.8.0a1

files:
M Include/patchlevel.h

diff --git a/Include/patchlevel.h b/Include/patchlevel.h
index 611dea8af4aa..91efd275af52 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.8.0a1"
+#define PY_VERSION              "3.8.0a1+"
 /*--end constants--*/
 
 /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.



More information about the Python-checkins mailing list