Skip to content

Commit 07f930a

Browse files
author
barry.warsaw
committed
done with the release
git-svn-id: http://svn.python.org/projects/python/trunk@65926 6015fed2-1504-0410-9fe1-9d1591cc4771
1 parent f57e2bc commit 07f930a

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
@@ -27,7 +27,7 @@
2727
#define PY_RELEASE_SERIAL 3
2828

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

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

Misc/NEWS

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

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

7+
What's New in Python 2.6 release candidate 1?
8+
=============================================
9+
10+
*Release date: XX-XXX-2008*
11+
12+
Core and Builtins
13+
-----------------
14+
15+
Library
16+
-------
17+
18+
719
What's New in Python 2.6 beta 3?
820
================================
921

0 commit comments

Comments
 (0)