]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Release bump for 3.5.0a1.
authorLarry Hastings <larry@hastings.org>
Sun, 8 Feb 2015 00:00:55 +0000 (16:00 -0800)
committerLarry Hastings <larry@hastings.org>
Sun, 8 Feb 2015 00:00:55 +0000 (16:00 -0800)
Include/patchlevel.h
Lib/distutils/__init__.py
Lib/idlelib/idlever.py
Misc/NEWS
Misc/RPM/python-3.5.spec
README

index 16124f599530c7533c2807d83f412a9b32590cec..9606c154b1a768f3e54c03f21c2c5cafe86e9a7e 100644 (file)
 #define PY_MINOR_VERSION       5
 #define PY_MICRO_VERSION       0
 #define PY_RELEASE_LEVEL       PY_RELEASE_LEVEL_ALPHA
-#define PY_RELEASE_SERIAL      0
+#define PY_RELEASE_SERIAL      1
 
 /* Version as a string */
-#define PY_VERSION             "3.5.0a0"
+#define PY_VERSION             "3.5.0a1"
 /*--end constants--*/
 
 /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.
index 328bea6ffe06bc29a4095d1be3b31fc266791ef2..67ec78b295d2d854a8a845521dfb6c64231d6938 100644 (file)
@@ -13,5 +13,5 @@ used from a setup script as
 # Updated automatically by the Python release process.
 #
 #--start constants--
-__version__ = "3.5.0a0"
+__version__ = "3.5.0a1"
 #--end constants--
index d4178b80b5d8a3f7553379601ca4ddad1797b1bf..1ffbc76d462c0f6ecfc36231565943a00e997ffb 100644 (file)
@@ -1 +1 @@
-IDLE_VERSION = "3.5.0a0"
+IDLE_VERSION = "3.5.0a1"
index af1c53dcd1fec29880dcdf1b2f29ff05a7d4884e..1a9c4815294c3473b287c1bf451ae847aac1adb9 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -5,7 +5,7 @@ Python News
 What's New in Python 3.5 alpha 1?
 =================================
 
-Release date: TBA
+Release date: 2015-02-08
 
 Core and Builtins
 -----------------
index e3518be727d58599b62f55e41d781bb92e77efa3..8efda0e561f5291c5ea3af85dc317febfa78a1b8 100644 (file)
@@ -39,7 +39,7 @@
 
 %define name python
 #--start constants--
-%define version 3.5.0a0
+%define version 3.5.0a1
 %define libvers 3.5
 #--end constants--
 %define release 1pydotorg
diff --git a/README b/README
index c625afa09d316df1435f1c85b905172ef717d19e..c3e41a393ce1a0b490c7baf0f17d82c4738f923c 100644 (file)
--- a/README
+++ b/README
@@ -175,7 +175,7 @@ Copyright and License Information
 ---------------------------------
 
 Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011,
-2012, 2013, 2014 Python Software Foundation.  All rights reserved.
+2012, 2013, 2014, 2015 Python Software Foundation.  All rights reserved.
 
 Copyright (c) 2000 BeOpen.com.  All rights reserved.