]> granicus.if.org Git - python/commitdiff
bump to 3.3.2
authorGeorg Brandl <georg@python.org>
Sun, 12 May 2013 10:51:38 +0000 (12:51 +0200)
committerGeorg Brandl <georg@python.org>
Sun, 12 May 2013 10:51:38 +0000 (12:51 +0200)
Include/patchlevel.h
Lib/distutils/__init__.py
Lib/idlelib/idlever.py
Misc/NEWS
Misc/RPM/python-3.3.spec
README

index 09a48595623d64c5a1aedf7a0eba0772be1c5d58..357a6f55921627cb5b073fbc6cc0a05ecf6b41f5 100644 (file)
 /*--start constants--*/
 #define PY_MAJOR_VERSION       3
 #define PY_MINOR_VERSION       3
-#define PY_MICRO_VERSION       1
+#define PY_MICRO_VERSION       2
 #define PY_RELEASE_LEVEL       PY_RELEASE_LEVEL_FINAL
 #define PY_RELEASE_SERIAL      0
 
 /* Version as a string */
-#define PY_VERSION             "3.3.1+"
+#define PY_VERSION             "3.3.2"
 /*--end constants--*/
 
 /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.
index f8af1b336ee08bf4db7ae29552d87d2487db32ee..83d7cb7f4c3a03c43710c7890c80574db3f263f8 100644 (file)
@@ -13,5 +13,5 @@ used from a setup script as
 # Updated automatically by the Python release process.
 #
 #--start constants--
-__version__ = "3.3.1"
+__version__ = "3.3.2"
 #--end constants--
index 13b2b9baebef2eee614d97efd3fb58e9aa0cce10..b7ff0f8456926af0ce26c7873962e20338d9d026 100644 (file)
@@ -1 +1 @@
-IDLE_VERSION = "3.3.1"
+IDLE_VERSION = "3.3.2"
index 0d7700f6324e6dfc8d282cd69f299d585fa07274..be3b5a5eb0db39bc79f4e441c54e3a8b3fdcee11 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -5,9 +5,9 @@ Python News
 What's New in Python 3.3.2?
 ===========================
 
-.. *Release date: XXXX-XX-XX*
+*Release date: 13-May-2013*
 
-*Not yet released, see sections below for changes released in 3.3.1*
+.. *Not yet released, see sections below for changes released in 3.3.1*
 
 Core and Builtins
 -----------------
index 7eb1cc60d988111abb3aa70af32ce6a9ed03422a..a9b489b73b730fa55b23b235e044270945997ef4 100644 (file)
@@ -39,7 +39,7 @@
 
 %define name python
 #--start constants--
-%define version 3.3.1
+%define version 3.3.2
 %define libvers 3.3
 #--end constants--
 %define release 1pydotorg
diff --git a/README b/README
index 156c2c511308de2ec46685bc867f547f42f9fa85..5d6b3d75549a988dbe99ecff3879c4ceae2410b6 100644 (file)
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-This is Python version 3.3.1
+This is Python version 3.3.2
 ============================
 
 Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011,