]> granicus.if.org Git - python/commitdiff
Post release update.
authorGeorg Brandl <georg@python.org>
Mon, 27 Jan 2014 07:35:20 +0000 (08:35 +0100)
committerGeorg Brandl <georg@python.org>
Mon, 27 Jan 2014 07:35:20 +0000 (08:35 +0100)
Include/patchlevel.h
Misc/NEWS

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