]> granicus.if.org Git - python/commitdiff
Post-release updates.
authorGeorg Brandl <georg@python.org>
Sun, 12 Aug 2012 14:58:55 +0000 (16:58 +0200)
committerGeorg Brandl <georg@python.org>
Sun, 12 Aug 2012 14:58:55 +0000 (16:58 +0200)
Include/patchlevel.h
Misc/NEWS

index 775e4c51b8497aaddd64193b1196a6d34ea43c07..3e17098fcba91ea5582e9072aeaf5b01369b5970 100644 (file)
@@ -23,7 +23,7 @@
 #define PY_RELEASE_SERIAL      2
 
 /* Version as a string */
-#define PY_VERSION             "3.3.0b2"
+#define PY_VERSION             "3.3.0b2+"
 /*--end constants--*/
 
 /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.
index 53c16927dbd45ed1993e895739f700d14338f7b4..de94938cd0b4fb1c70cd86f42f216a8bec0a39d4 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -2,6 +2,18 @@
 Python News
 +++++++++++
 
+What's New in Python 3.3.0 Release Candidate 1?
+===============================================
+
+*Release date: XX-Aug-2012*
+
+Core and Builtins
+-----------------
+
+Library
+-------
+
+
 What's New in Python 3.3.0 Beta 2?
 ==================================