Skip to content

Commit a52b0a4

Browse files
committed
Post-release updates for 3.4.6.
1 parent db413f2 commit a52b0a4

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

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 0
2424

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

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

Misc/NEWS

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,22 @@
22
Python News
33
+++++++++++
44

5+
What's New in Python 3.4.7 release candidate 1?
6+
===============================================
7+
8+
Release date: XXXX-XX-XX
9+
10+
Core and Builtins
11+
-----------------
12+
13+
Library
14+
-------
15+
16+
517
What's New in Python 3.4.6?
618
===========================
719

8-
Release date: 2017-01-16
20+
Release date: 2017-01-17
921

1022
There were no changes between 3.4.6rc1 and 3.4.6 final.
1123

0 commit comments

Comments
 (0)