Skip to content

Commit 1740947

Browse files
committed
Post release bump
1 parent e25ad5e commit 1740947

2 files changed

Lines changed: 17 additions & 1 deletion

File tree

Include/patchlevel.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
#define PY_RELEASE_SERIAL 0
2828

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

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

Misc/NEWS

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,22 @@ Python News
44

55
(editors: check NEWS.help for information about editing NEWS using ReST.)
66

7+
What's New in Python 2.6.7?
8+
===========================
9+
10+
*Release date: XXXX-XX-XX*
11+
12+
*NOTE: Python 2.6 is in security-fix-only mode. No non-security bug fixes are
13+
allowed. Python 2.6.7 and beyond will be source only releases.*
14+
15+
16+
Core and Builtins
17+
-----------------
18+
19+
Library
20+
-------
21+
22+
723
What's New in Python 2.6.6?
824
===========================
925

0 commit comments

Comments
 (0)