]> granicus.if.org Git - python/commitdiff
Bump to v3.6.1rc1+.
authorNed Deily <nad@python.org>
Sun, 5 Mar 2017 10:33:38 +0000 (05:33 -0500)
committerNed Deily <nad@python.org>
Sun, 5 Mar 2017 10:33:38 +0000 (05:33 -0500)
Include/patchlevel.h
Misc/NEWS

index b42a0db2f82007be9659e533499c48a771da3ade..b13794521f297cd0e424053679b87cbb494ec6b5 100644 (file)
@@ -23,7 +23,7 @@
 #define PY_RELEASE_SERIAL      1
 
 /* Version as a string */
-#define PY_VERSION             "3.6.1rc1"
+#define PY_VERSION             "3.6.1rc1+"
 /*--end constants--*/
 
 /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.
index d715d306a34bc3005e7b453c87e97a8ac944f4e1..b342738ac4b4759c20ee1245ebd562d20c0f2093 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -2,6 +2,18 @@
 Python News
 +++++++++++
 
+What's New in Python 3.6.1 final?
+=================================
+
+*Release date: XXXX-XX-XX*
+
+Core and Builtins
+-----------------
+
+Library
+-------
+
+
 What's New in Python 3.6.1 release candidate 1
 ==============================================