]> granicus.if.org Git - python/commitdiff
Bump version for post 3.6.2rc1
authorNed Deily <nad@python.org>
Sun, 18 Jun 2017 01:58:49 +0000 (21:58 -0400)
committerNed Deily <nad@python.org>
Sun, 18 Jun 2017 01:58:49 +0000 (21:58 -0400)
Include/patchlevel.h
Misc/NEWS

index 9c22385f3b36c4b22d66199a3f22cd92379ffae7..b4996d55ec841fea91f0e96b2afe395b007d935a 100644 (file)
@@ -23,7 +23,7 @@
 #define PY_RELEASE_SERIAL      1
 
 /* Version as a string */
-#define PY_VERSION             "3.6.2rc1"
+#define PY_VERSION             "3.6.2rc1+"
 /*--end constants--*/
 
 /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.
index bccdf94e24983b672eda4e5bbf4c4159195b4050..868bfc4fec0ef5f6dfd47a66ae189b0ae3b3b60b 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -1,7 +1,19 @@
-+++++++++++
++++++++++++
 Python News
 +++++++++++
 
+What's New in Python 3.6.3 release candidate 1?
+===============================================
+
+*Release date: XXXX-XX-XX*
+
+Core and Builtins
+-----------------
+
+Library
+-------
+
+
 What's New in Python 3.6.2 release candidate 1?
 ===============================================