]> granicus.if.org Git - python/commitdiff
post-release update.
authorGeorg Brandl <georg@python.org>
Wed, 15 May 2013 17:42:39 +0000 (19:42 +0200)
committerGeorg Brandl <georg@python.org>
Wed, 15 May 2013 17:42:39 +0000 (19:42 +0200)
Include/patchlevel.h
Misc/NEWS

index 357a6f55921627cb5b073fbc6cc0a05ecf6b41f5..bfd67a5389f853092806a264eabfaa21f2dc4755 100644 (file)
@@ -23,7 +23,7 @@
 #define PY_RELEASE_SERIAL      0
 
 /* Version as a string */
-#define PY_VERSION             "3.3.2"
+#define PY_VERSION             "3.3.2+"
 /*--end constants--*/
 
 /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.
index 33a8b80cc9a4874d7ea1c6f699cc56908163a187..c45a87b3cbf36b9043e768ca6868dbcbced8d849 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -2,10 +2,12 @@
 Python News
 +++++++++++
 
-What's New in Python 3.3.3?
-===========================
+What's New in Python 3.3.3 release candidate 1?
+===============================================
 
-*Release date: TBD*
+*Not yet released, see sections below for changes released in 3.3.2*
+
+.. *Release date: TBD*
 
 Core and Builtins
 -----------------
@@ -34,8 +36,6 @@ What's New in Python 3.3.2?
 
 *Release date: 13-May-2013*
 
-.. *Not yet released, see sections below for changes released in 3.3.1*
-
 Core and Builtins
 -----------------