]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Post-release update.
authorGeorg Brandl <georg@python.org>
Sat, 29 Sep 2012 12:21:25 +0000 (14:21 +0200)
committerGeorg Brandl <georg@python.org>
Sat, 29 Sep 2012 12:21:25 +0000 (14:21 +0200)
Include/patchlevel.h
Misc/NEWS

index 3da972089d9aceb28d5c16186133c31ad9cec4cd..b5919a4f21bca285afe236062f48d8d29ee2b605 100644 (file)
@@ -23,7 +23,7 @@
 #define PY_RELEASE_SERIAL      0
 
 /* Version as a string */
-#define PY_VERSION             "3.3.0"
+#define PY_VERSION             "3.3.0+"
 /*--end constants--*/
 
 /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.
index 15eea9d2eb836bb3b9f519f59829df3077053786..f385ede64b287be57ba7735d41454169c8efc958 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -2,6 +2,18 @@
 Python News
 +++++++++++
 
+What's New in Python 3.3.1?
+===========================
+
+*Release date: XX-XXX-2012*
+
+Core and Builtins
+-----------------
+
+Library
+-------
+
+
 What's New in Python 3.3.0?
 ===========================