Skip to content

Commit 8447193

Browse files
committed
2.7.14 final version bumps
1 parent c00d508 commit 8447193

File tree

3 files changed

+16
-5
lines changed

3 files changed

+16
-5
lines changed

Include/patchlevel.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@
2323
#define PY_MAJOR_VERSION 2
2424
#define PY_MINOR_VERSION 7
2525
#define PY_MICRO_VERSION 14
26-
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_GAMMA
27-
#define PY_RELEASE_SERIAL 1
26+
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_FINAL
27+
#define PY_RELEASE_SERIAL 0
2828

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

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

Misc/NEWS

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22
Python News
33
+++++++++++
44

5+
What's New in Python 2.7.14?
6+
============================
7+
8+
*Release date: 2017-09-16*
9+
10+
Extension Modules
11+
-----------------
12+
13+
- bpo-31170: Update vendorized expat to 2.2.4.
14+
15+
516
What's New in Python 2.7.14 release candidate 1?
617
================================================
718

README

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
This is Python version 2.7.14 release candidate 1
2-
=================================================
1+
This is Python version 2.7.14
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)