[Python-checkins] cpython (3.6): bump version to 3.6.0rc1+

ned.deily python-checkins at python.org
Fri Dec 16 02:44:41 EST 2016


https://hg.python.org/cpython/rev/c9a058c78457
changeset:   105665:c9a058c78457
branch:      3.6
user:        Ned Deily <nad at python.org>
date:        Fri Dec 16 00:13:46 2016 -0500
summary:
  bump version to 3.6.0rc1+

files:
  Include/patchlevel.h |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Include/patchlevel.h b/Include/patchlevel.h
--- 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.6.0rc1"
+#define PY_VERSION      	"3.6.0rc1+"
 /*--end constants--*/
 
 /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list