Skip to content

Commit b0f9635

Browse files
committed
Prepare for 2.3.7.
1 parent 06fa532 commit b0f9635

File tree

5 files changed

+16
-6
lines changed

5 files changed

+16
-6
lines changed

Include/patchlevel.h

+3-3
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@
2222
#define PY_MAJOR_VERSION 2
2323
#define PY_MINOR_VERSION 3
2424
#define PY_MICRO_VERSION 7
25-
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_GAMMA
26-
#define PY_RELEASE_SERIAL 1
25+
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_FINAL
26+
#define PY_RELEASE_SERIAL 0
2727

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

3131
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.
3232
Use this for numeric comparisons, e.g. #if PY_VERSION_HEX >= ... */

Lib/idlelib/NEWS.txt

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
What's New in IDLE 1.0.7?
2+
=========================
3+
4+
*Release date: 11-Mar-2007*
5+
16
What's New in IDLE 1.0.6?
27
=========================
38

Lib/idlelib/idlever.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
IDLE_VERSION = "1.0.6"
1+
IDLE_VERSION = "1.0.7"

Misc/NEWS

+5
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ Python News
44

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

7+
What's New in Python 2.3.7?
8+
===========================
9+
10+
*Release date: 11-Mar-2008*
11+
712
What's New in Python 2.3.7c1?
813
===========================
914

README

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
This is Python version 2.3.7c1
2-
==============================
1+
This is Python version 2.3.7
2+
============================
33

44
Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 Python Software Foundation.
55
All rights reserved.

0 commit comments

Comments
 (0)