Skip to content

Commit b3b56fc

Browse files
committed
Post 2.5.5.
1 parent e80cf5a commit b3b56fc

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

Include/patchlevel.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@
2121
/* Version parsed out into numeric values */
2222
#define PY_MAJOR_VERSION 2
2323
#define PY_MINOR_VERSION 5
24-
#define PY_MICRO_VERSION 5
25-
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_FINAL
24+
#define PY_MICRO_VERSION 6
25+
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_ALPHA
2626
#define PY_RELEASE_SERIAL 0
2727

2828
/* Version as a string */
29-
#define PY_VERSION "2.5.5"
29+
#define PY_VERSION "2.5.5+"
3030

3131
/* Subversion Revision number of this file (not of the repository) */
3232
#define PY_PATCHLEVEL_REVISION "$Revision$"

Misc/NEWS

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

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

7+
What's New in Python 2.5.6c1?
8+
=============================
9+
10+
*Release date: XX-XXX-2010*
11+
12+
713
What's New in Python 2.5.5?
814
===========================
915

0 commit comments

Comments
 (0)