Bump to 3.3.1rc1.
authorGeorg Brandl <georg@python.org>
Sat, 23 Mar 2013 15:05:12 +0000 (16:05 +0100)
committerGeorg Brandl <georg@python.org>
Sat, 23 Mar 2013 15:05:12 +0000 (16:05 +0100)
Include/patchlevel.h
Lib/distutils/__init__.py
Lib/idlelib/idlever.py
Misc/NEWS
Misc/RPM/python-3.3.spec
README

index b5919a4f21bca285afe236062f48d8d29ee2b605..9c86437e69af57ada53ca13dc548e76199b659c6 100644 (file)
 /*--start constants--*/
 #define PY_MAJOR_VERSION       3
 #define PY_MINOR_VERSION       3
-#define PY_MICRO_VERSION       0
-#define PY_RELEASE_LEVEL       PY_RELEASE_LEVEL_FINAL
-#define PY_RELEASE_SERIAL      0
+#define PY_MICRO_VERSION       1
+#define PY_RELEASE_LEVEL       PY_RELEASE_LEVEL_GAMMA
+#define PY_RELEASE_SERIAL      1
 
 /* Version as a string */
-#define PY_VERSION             "3.3.0+"
+#define PY_VERSION             "3.3.1rc1"
 /*--end constants--*/
 
 /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.
index 345ac4f8ddf04f459e46813f9ef31e5ebc45689d..c30da0bb41495ef44864a87ded76bdbbb40866db 100644 (file)
@@ -13,5 +13,5 @@ used from a setup script as
 # Updated automatically by the Python release process.
 #
 #--start constants--
-__version__ = "3.3.0"
+__version__ = "3.3.1rc1"
 #--end constants--
index 8d8317dd29fa40f909b7db1d1d921bbad986da87..5ae50e51b23dee9944ffdd58a37f01e71d4a8bdd 100644 (file)
@@ -1 +1 @@
-IDLE_VERSION = "3.3.0"
+IDLE_VERSION = "3.3.1rc1"
index e2ca21062c922989914fbac71f5d473eacab935d..6255fc5ac0354722f26d3058a827a4a021c18c09 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -2,12 +2,12 @@
 Python News
 +++++++++++
 
-What's New in Python 3.3.1?
-===========================
+What's New in Python 3.3.1 release candidate 1?
+===============================================
 
-*Not yet released, see sections below for changes released in 3.3.0*
+.. *Not yet released, see sections below for changes released in 3.3.0*
 
-.. *Release date: 2013-XX-XX*
+*Release date: 24-Mar-2013*
 
 Core and Builtins
 -----------------
index 936a21f826881c4385e87b734ef83b51e9c4a65f..169f0bafadda64dbc05c011da08a3aeb9083cd72 100644 (file)
@@ -39,7 +39,7 @@
 
 %define name python
 #--start constants--
-%define version 3.3.0
+%define version 3.3.1rc1
 %define libvers 3.3
 #--end constants--
 %define release 1pydotorg
diff --git a/README b/README
index 6040e8f0d0616c979c4806f957f8a8d2ddf23d9f..247bb7470d39ca87967c2d803869a7991a1fa6c2 100644 (file)
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
-This is Python version 3.3.0
-============================
+This is Python version 3.3.1 release candidate 1
+================================================
 
 Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011,
 2012, 2013 Python Software Foundation.  All rights reserved.