Skip to content

Commit 33b2d78

Browse files
committed
python 2.7.13rc1
1 parent ddb9c07 commit 33b2d78

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
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 12
26-
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_FINAL
27-
#define PY_RELEASE_SERIAL 0
25+
#define PY_MICRO_VERSION 13
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.12+"
30+
#define PY_VERSION "2.7.13rc1"
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.13?
6-
============================
5+
What's New in Python 2.7.13 release candidate 1?
6+
================================================
77

8-
*Release date: XXXX-XX-XX*
8+
*Release date: 2016-12-03*
99

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

README

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
This is Python version 2.7.12
1+
This is Python version 2.7.13
22
=============================
33

44
Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011,

0 commit comments

Comments
 (0)