]> granicus.if.org Git - python/commitdiff
Bump to 3.3.0a2. v3.3.0a2
authorGeorg Brandl <georg@python.org>
Sun, 1 Apr 2012 11:49:21 +0000 (13:49 +0200)
committerGeorg Brandl <georg@python.org>
Sun, 1 Apr 2012 11:49:21 +0000 (13:49 +0200)
Include/patchlevel.h
Lib/distutils/__init__.py
Lib/idlelib/idlever.py
Misc/NEWS
Misc/RPM/python-3.3.spec
README

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