Skip to content

Commit 62c887b

Browse files
author
barry.warsaw
committed
Bump to version 2.6a1
git-svn-id: http://svn.python.org/projects/python/trunk@61143 6015fed2-1504-0410-9fe1-9d1591cc4771
1 parent e989863 commit 62c887b

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

Include/patchlevel.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@
2323
#define PY_MINOR_VERSION 6
2424
#define PY_MICRO_VERSION 0
2525
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_ALPHA
26-
#define PY_RELEASE_SERIAL 0
26+
#define PY_RELEASE_SERIAL 1
2727

2828
/* Version as a string */
29-
#define PY_VERSION "2.6a0"
29+
#define PY_VERSION "2.6a1"
3030

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

Misc/NEWS

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ What's New in Python 2.6 alpha 1?
1212
Core and builtins
1313
-----------------
1414

15-
- Issue #2051: pyc and pyo files are not longer created with permission 644. The
16-
mode is now inherited from the py file.
15+
- Issue #2051: pyc and pyo files are not longer created with permission
16+
644. The mode is now inherited from the py file.
1717

1818
- Issue #2067: file.__exit__() now calls subclasses' close() method.
1919

0 commit comments

Comments
 (0)