FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Version bump for 3.5.0b1. · pythoncapi/cpython@205acde · GitHub

forked from python/cpython

Commit 205acde

Browse files
committed
Version bump for 3.5.0b1.
1 parent 40040df commit 205acde

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

‎Include/patchlevel.h‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@
1919
#define PY_MAJOR_VERSION 3
2020
#define PY_MINOR_VERSION 5
2121
#define PY_MICRO_VERSION 0
22-
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_ALPHA
23-
#define PY_RELEASE_SERIAL 4
22+
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_BETA
23+
#define PY_RELEASE_SERIAL 1
2424

2525
/* Version as a string */
26-
#define PY_VERSION "3.5.0a4+"
26+
#define PY_VERSION "3.5.0b1"
2727
/*--end constants--*/
2828

2929
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.

‎Lib/distutils/__init__.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@
1313
# Updated automatically by the Python release process.
1414
#
1515
#--start constants--
16-
__version__ = "3.5.0a4"
16+
__version__ = "3.5.0b1"
1717
#--end constants--

‎README‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
This is Python version 3.5.0 alpha 4
2-
====================================
1+
This is Python version 3.5.0 beta 1
2+
===================================
33

44
Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011,
55
2012, 2013, 2014, 2015 Python Software Foundation. All rights reserved.

0 commit comments

Comments
 (0)

Back | FazBrowse Home | New Git URL