]> granicus.if.org Git - python/commitdiff
Bump to 3.3.4rc1.
authorGeorg Brandl <georg@python.org>
Sat, 25 Jan 2014 08:19:50 +0000 (09:19 +0100)
committerGeorg Brandl <georg@python.org>
Sat, 25 Jan 2014 08:19:50 +0000 (09:19 +0100)
Include/patchlevel.h
Lib/distutils/__init__.py
Lib/idlelib/idlever.py
Misc/NEWS
Misc/RPM/python-3.3.spec
README

index 054b9eb5dbb6603dd3fea7ee3c52c7b20318d0a1..e3b4f60ac1ea5cdf2cc299f2c1bef2d2a8fda32a 100644 (file)
 /*--start constants--*/
 #define PY_MAJOR_VERSION       3
 #define PY_MINOR_VERSION       3
-#define PY_MICRO_VERSION       3
-#define PY_RELEASE_LEVEL       PY_RELEASE_LEVEL_FINAL
-#define PY_RELEASE_SERIAL      0
+#define PY_MICRO_VERSION       4
+#define PY_RELEASE_LEVEL       PY_RELEASE_LEVEL_GAMMA
+#define PY_RELEASE_SERIAL      1
 
 /* Version as a string */
-#define PY_VERSION             "3.3.3+"
+#define PY_VERSION             "3.3.4rc1"
 /*--end constants--*/
 
 /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.
index 6747ab8677c65cdef776d1948bdfad04644d451f..8a637d1bd9697461a8525e0c0ec206505cebb00f 100644 (file)
@@ -13,5 +13,5 @@ used from a setup script as
 # Updated automatically by the Python release process.
 #
 #--start constants--
-__version__ = "3.3.3"
+__version__ = "3.3.4rc1"
 #--end constants--
index 60f1d329aae706f0f234042acab092d6b662dd17..a51920bc8386958607c0ab0ad671fa8211454989 100644 (file)
@@ -1 +1 @@
-IDLE_VERSION = "3.3.3"
+IDLE_VERSION = "3.3.4rc1"
index 17db15aedc4a610d6d2f6f3dd5e5b938ce1b1d16..bc34d65c32b5c0beb678ae7bd83f8be5f1479248 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -5,7 +5,7 @@ Python News
 What's New in Python 3.3.4 release candidate 1?
 ===============================================
 
-*Not yet released, see sections below for changes released in 3.3.3*
+*Release date: 26-Jan-2014*
 
 Core and Builtins
 -----------------
@@ -275,7 +275,7 @@ Library
 IDLE
 ----
 
---Issue #17390: Add Python version to Idle editor window title bar.
+- Issue #17390: Add Python version to Idle editor window title bar.
   Original patches by Edmond Burnett and Kent Johnson.
   
 - Issue #18960: IDLE now ignores the source encoding declaration on the second
index b8b57e2b9a62fb1160da4dc842b9b87d638f6e03..f9ca8f12a8cd7993bbcfd6270ee227b9a460c536 100644 (file)
@@ -39,7 +39,7 @@
 
 %define name python
 #--start constants--
-%define version 3.3.3
+%define version 3.3.4rc1
 %define libvers 3.3
 #--end constants--
 %define release 1pydotorg
diff --git a/README b/README
index 0470b1a1031956f81ddb552eb056879eb035598e..94998deb046fe49912ad00724e07642e2bf990a8 100644 (file)
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
-This is Python version 3.3.3
-============================
+This is Python version 3.3.4 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.