]> granicus.if.org Git - python/commitdiff
Bump to 3.6.3rc1 v3.6.3rc1
authorNed Deily <nad@python.org>
Tue, 19 Sep 2017 03:18:48 +0000 (23:18 -0400)
committerNed Deily <nad@python.org>
Tue, 19 Sep 2017 03:18:48 +0000 (23:18 -0400)
Include/patchlevel.h
README.rst

index 67d0059b2797e052f7af81134a166a3f1d176afd..90bdc2eeaf8cfd58c76e95111f5310e7be722f4a 100644 (file)
 /*--start constants--*/
 #define PY_MAJOR_VERSION       3
 #define PY_MINOR_VERSION       6
-#define PY_MICRO_VERSION       2
-#define PY_RELEASE_LEVEL       PY_RELEASE_LEVEL_FINAL
-#define PY_RELEASE_SERIAL      0
+#define PY_MICRO_VERSION       3
+#define PY_RELEASE_LEVEL       PY_RELEASE_LEVEL_GAMMA
+#define PY_RELEASE_SERIAL      1
 
 /* Version as a string */
-#define PY_VERSION             "3.6.2+"
+#define PY_VERSION             "3.6.3rc1"
 /*--end constants--*/
 
 /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.
index 1a3e577208e6628d7537e1b493f0b15f9dbebf03..2cb06d30f72b4477c0b40414b993fe2e83354500 100644 (file)
@@ -1,5 +1,5 @@
-This is Python version 3.6.2+
-=============================
+This is Python version 3.6.3 release candidate 1
+================================================
 
 .. image:: https://travis-ci.org/python/cpython.svg?branch=3.6
    :alt: CPython build status on Travis CI