Skip to content

Commit a9d499d

Browse files
committed
Prep for 3.0a4
1 parent c69df66 commit a9d499d

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

Include/patchlevel.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
#define PY_RELEASE_SERIAL 3
2323

2424
/* Version as a string */
25-
#define PY_VERSION "3.0a3"
25+
#define PY_VERSION "3.0a3+"
2626

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

Misc/NEWS

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

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

7+
What's New in Python 3.0a4?
8+
===========================
9+
10+
*Release date: XX-XXX-2008*
11+
12+
13+
714
What's New in Python 3.0a3?
815
===========================
916

0 commit comments

Comments
 (0)