]> granicus.if.org Git - python/commitdiff
Bump to 3.3.6 v3.3.6
authorGeorg Brandl <georg@python.org>
Sun, 12 Oct 2014 07:03:40 +0000 (09:03 +0200)
committerGeorg Brandl <georg@python.org>
Sun, 12 Oct 2014 07:03:40 +0000 (09:03 +0200)
Include/patchlevel.h
Lib/distutils/__init__.py
Lib/idlelib/idlever.py
Misc/RPM/python-3.3.spec
README

index 634a4504524f0544a855c59f3431406dac1defd0..721666c1e19ae923e44cca1f00cf58a398c6b7c9 100644 (file)
 #define PY_MAJOR_VERSION       3
 #define PY_MINOR_VERSION       3
 #define PY_MICRO_VERSION       6
-#define PY_RELEASE_LEVEL       PY_RELEASE_LEVEL_GAMMA
-#define PY_RELEASE_SERIAL      1
+#define PY_RELEASE_LEVEL       PY_RELEASE_LEVEL_FINAL
+#define PY_RELEASE_SERIAL      0
 
 /* Version as a string */
-#define PY_VERSION             "3.3.6rc1"
+#define PY_VERSION             "3.3.6"
 /*--end constants--*/
 
 /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.
index c58e98db567141737dba796bc7fc274254dc4732..057e90b86cd2a025a46a532bbd9dd00f63e59c08 100644 (file)
@@ -13,5 +13,5 @@ used from a setup script as
 # Updated automatically by the Python release process.
 #
 #--start constants--
-__version__ = "3.3.6rc1"
+__version__ = "3.3.6"
 #--end constants--
index be6a99263f61642578edef868f6590ff1871fee8..9ad7d89a6e924b59dcbb5c4e1fe4e1367099ee52 100644 (file)
@@ -1 +1 @@
-IDLE_VERSION = "3.3.6rc1"
+IDLE_VERSION = "3.3.6"
index a3645a6fe085610e46851f06ef68e724e9a09962..350c6477c682aeab23ff1ed08f6326999e666052 100644 (file)
@@ -39,7 +39,7 @@
 
 %define name python
 #--start constants--
-%define version 3.3.6rc1
+%define version 3.3.6
 %define libvers 3.3
 #--end constants--
 %define release 1pydotorg
diff --git a/README b/README
index b0aebbaf5153bd2ce80e43ddffe581c62aabbb16..fe722919bde18fc6814aadcd79ca49cb4b8d59e8 100644 (file)
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
-This is Python version 3.3.6 release candidate 1
-================================================
+This is Python version 3.3.6
+============================
 
 Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011,
 2012, 2013, 2014 Python Software Foundation.  All rights reserved.