8000 after 3.1.5 · python/cpython@2fd0b1a · GitHub
[go: up one dir, main page]

Skip to content

Commit 2fd0b1a

Browse files
committed
after 3.1.5
1 parent f6622c8 commit 2fd0b1a

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
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.1.5"
26+
#define PY_VERSION "3.1.5+"
2727
/*--end constants--*/
2828

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

Misc/NEWS

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

5+
What's New in Python 3.1.6?
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.1.5?
618
===========================
719

0 commit comments

Comments
 (0)
0