]> granicus.if.org Git - python/commitdiff
Bump to 3.3.6rc1
authorGeorg Brandl <georg@python.org>
Sat, 4 Oct 2014 12:22:11 +0000 (14:22 +0200)
committerGeorg Brandl <georg@python.org>
Sat, 4 Oct 2014 12:22:11 +0000 (14:22 +0200)
Include/patchlevel.h
Lib/distutils/__init__.py
Lib/idlelib/idlever.py
Misc/NEWS
Misc/RPM/python-3.3.spec
README

index 61a3ba09c21384636d95987b2b08e4e3ee2df47a..634a4504524f0544a855c59f3431406dac1defd0 100644 (file)
 /*--start constants--*/
 #define PY_MAJOR_VERSION       3
 #define PY_MINOR_VERSION       3
-#define PY_MICRO_VERSION       5
-#define PY_RELEASE_LEVEL       PY_RELEASE_LEVEL_FINAL
-#define PY_RELEASE_SERIAL      0
+#define PY_MICRO_VERSION       6
+#define PY_RELEASE_LEVEL       PY_RELEASE_LEVEL_GAMMA
+#define PY_RELEASE_SERIAL      1
 
 /* Version as a string */
-#define PY_VERSION             "3.3.5+"
+#define PY_VERSION             "3.3.6rc1"
 /*--end constants--*/
 
 /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.
index 2e8719f8b7ef8ca2af208c3d71354e03931e3403..c58e98db567141737dba796bc7fc274254dc4732 100644 (file)
@@ -13,5 +13,5 @@ used from a setup script as
 # Updated automatically by the Python release process.
 #
 #--start constants--
-__version__ = "3.3.5"
+__version__ = "3.3.6rc1"
 #--end constants--
index 044bef929f597cc578d1a97818c9c291b1f09168..be6a99263f61642578edef868f6590ff1871fee8 100644 (file)
@@ -1 +1 @@
-IDLE_VERSION = "3.3.5"
+IDLE_VERSION = "3.3.6rc1"
index 1c2393c97568d5f285f6c63fbddd52b5fb62c0ab..c0046ce3e509b43cf34f4506cf7c6145d0935016 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -2,10 +2,10 @@
 Python News
 +++++++++++
 
-What's New in Python 3.3.6 release candidate 1?
-===============================================
+What's New in Python 3.3.6?
+===========================
 
-*Release date: XX-XXX-XXXX*
+*Release date: 11-Oct-2014*
 
 Core and Builtins
 -----------------
index 94332faddf9f0d6494f9fd14a61e25b72dc2f7b2..a3645a6fe085610e46851f06ef68e724e9a09962 100644 (file)
@@ -39,7 +39,7 @@
 
 %define name python
 #--start constants--
-%define version 3.3.5
+%define version 3.3.6rc1
 %define libvers 3.3
 #--end constants--
 %define release 1pydotorg
diff --git a/README b/README
index 387be9800fcc6dce566632b2275130df34075033..b0aebbaf5153bd2ce80e43ddffe581c62aabbb16 100644 (file)
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
-This is Python version 3.3.5
-============================
+This is Python version 3.3.6 release candidate 1
+================================================
 
 Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011,
 2012, 2013, 2014 Python Software Foundation.  All rights reserved.