Skip to content

Commit c707893

Browse files
committed
version bumps for 2.7.14rc1
1 parent 48455e2 commit c707893

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

Include/patchlevel.h

+4-4
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@
2222
/*--start constants--*/
2323
#define PY_MAJOR_VERSION 2
2424
#define PY_MINOR_VERSION 7
25-
#define PY_MICRO_VERSION 13
26-
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_FINAL
27-
#define PY_RELEASE_SERIAL 0
25+
#define PY_MICRO_VERSION 14
26+
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_GAMMA
27+
#define PY_RELEASE_SERIAL 1
2828

2929
/* Version as a string */
30-
#define PY_VERSION "2.7.13+"
30+
#define PY_VERSION "2.7.14rc1"
3131
/*--end constants--*/
3232

3333
/* Subversion Revision number of this file (not of the repository). Empty

Misc/NEWS

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
Python News
33
+++++++++++
44

5-
What's New in Python 2.7.14?
6-
============================
5+
What's New in Python 2.7.14 release candidate 1?
6+
================================================
77

8-
*Release date: XXXX-XX-XX*
8+
*Release date: 2017-08-26*
99

1010
Core and Builtins
1111
-----------------

README

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
This is Python version 2.7.13
2-
=============================
1+
This is Python version 2.7.14 release candidate 1
2+
=================================================
33

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

0 commit comments

Comments
 (0)