File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 21
21
/* Version parsed out into numeric values */
22
22
#define PY_MAJOR_VERSION 2
23
23
#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
26
26
#define PY_RELEASE_SERIAL 0
27
27
28
28
/* Version as a string */
29
- #define PY_VERSION "2.5.5"
29
+ #define PY_VERSION "2.5.5+ "
30
30
31
31
/* Subversion Revision number of this file (not of the repository) */
32
32
#define PY_PATCHLEVEL_REVISION "$Revision$"
Original file line number Diff line number Diff line change @@ -4,6 +4,12 @@ Python News
4
4
5
5
(editors: check NEWS.help for information about editing NEWS using ReST.)
6
6
7
+ What's New in Python 2.5.6c1?
8
+ =============================
9
+
10
+ *Release date: XX-XXX-2010*
11
+
12
+
7
13
What's New in Python 2.5.5?
8
14
===========================
9
15
You can’t perform that action at this time.
0 commit comments