]> granicus.if.org Git - python/commitdiff
Bump to 3.3.0a3.
authorGeorg Brandl <georg@python.org>
Tue, 1 May 2012 07:35:18 +0000 (09:35 +0200)
committerGeorg Brandl <georg@python.org>
Tue, 1 May 2012 07:35:18 +0000 (09:35 +0200)
Include/patchlevel.h
Lib/distutils/__init__.py
Lib/idlelib/idlever.py
Misc/NEWS
Misc/RPM/python-3.3.spec
README

index f81c3391a0383c837aceecd4271bc7e65bf0b2f8..c28bdb4201e00e944b68b6ae75dc00ae14dfc635 100644 (file)
 #define PY_MINOR_VERSION       3
 #define PY_MICRO_VERSION       0
 #define PY_RELEASE_LEVEL       PY_RELEASE_LEVEL_ALPHA
-#define PY_RELEASE_SERIAL      2
+#define PY_RELEASE_SERIAL      3
 
 /* Version as a string */
-#define PY_VERSION             "3.3.0a2+"
+#define PY_VERSION             "3.3.0a3"
 /*--end constants--*/
 
 /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.
index 661a8b6df452bb012a2d7bbd359de13de3813ec7..d39d82eea1713dcb59ce195041d5e6aa9587644d 100644 (file)
@@ -13,5 +13,5 @@ used from a setup script as
 # Updated automatically by the Python release process.
 #
 #--start constants--
-__version__ = "3.3.0a2"
+__version__ = "3.3.0a3"
 #--end constants--
index a2fbd1fce3ddb836c2a92b4a116b23487b7479b9..726b1dc7f6606c142dee056f0f1c6c5f257dba25 100644 (file)
@@ -1 +1 @@
-IDLE_VERSION = "3.3.0a2"
+IDLE_VERSION = "3.3.0a3"
index 2621c8b3dc7c112e964f7751a00f554b91c66696..e788404095017aea3aa0c9987ecfeedc5f459987 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -5,7 +5,7 @@ Python News
 What's New in Python 3.3.0 Alpha 3?
 ===================================
 
-*Release date: XXXX-XX-XX*
+*Release date: 01-May-2012*
 
 Core and Builtins
 -----------------
index 1648f8d0eef4094ee697f05727106e5fb28d9131..1f6afc8bd3eab6c9497b1d8d4522a0899674cc26 100644 (file)
@@ -39,7 +39,7 @@
 
 %define name python
 #--start constants--
-%define version 3.3.0a2
+%define version 3.3.0a3
 %define libvers 3.3
 #--end constants--
 %define release 1pydotorg
diff --git a/README b/README
index aefbd1001b37a889c3a810aff22adb470a79cbe8..1844375dd0f46121cf9b53f54e0d920978ca3f15 100644 (file)
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-This is Python version 3.3.0 alpha 2
+This is Python version 3.3.0 alpha 3
 ====================================
 
 Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011,