]> granicus.if.org Git - python/commitdiff
Post-release updates.
authorGeorg Brandl <georg@python.org>
Mon, 10 Feb 2014 20:56:33 +0000 (21:56 +0100)
committerGeorg Brandl <georg@python.org>
Mon, 10 Feb 2014 20:56:33 +0000 (21:56 +0100)
Include/patchlevel.h
Misc/NEWS

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