[Python-checkins] Post v3.8.0a3

Łukasz Langa webhook-mailer at python.org
Tue Mar 26 05:11:22 EDT 2019


https://github.com/python/cpython/commit/b4d8f28a8af4f35c951c13a5c29630d1fb401105
commit: b4d8f28a8af4f35c951c13a5c29630d1fb401105
branch: master
author: Łukasz Langa <lukasz at langa.pl>
committer: Łukasz Langa <lukasz at langa.pl>
date: 2019-03-26T10:11:11+01:00
summary:

Post v3.8.0a3

files:
M Include/patchlevel.h

diff --git a/Include/patchlevel.h b/Include/patchlevel.h
index 610c8a98edd4..497dda046ae9 100644
--- a/Include/patchlevel.h
+++ b/Include/patchlevel.h
@@ -23,7 +23,7 @@
 #define PY_RELEASE_SERIAL       3
 
 /* Version as a string */
-#define PY_VERSION              "3.8.0a3"
+#define PY_VERSION              "3.8.0a3+"
 /*--end constants--*/
 
 /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.



More information about the Python-checkins mailing list