Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ba11daa

Browse files
committed
Post-release updates for Python 3.5.1rc1.
1 parent 8f576d9 commit ba11daa

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

Include/patchlevel.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
#define PY_RELEASE_SERIAL 1
2424

2525
/* Version as a string */
26-
#define PY_VERSION "3.5.1rc1"
26+
#define PY_VERSION "3.5.1rc1+"
2727
/*--end constants--*/
2828

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

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 3.5.1 final?
6+
=================================
7+
8+
Release date: 2015-12-06
9+
10+
Core and Builtins
11+
-----------------
12+
13+
Library
14+
-------
15+
516

617
What's New in Python 3.5.1 release candidate 1?
718
===============================================

0 commit comments

Comments
 (0)