Skip to content

Commit

Permalink
bump to 3.1.5 final
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminp committed Apr 6, 2012
1 parent d6c75b5 commit c37a4fd
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions Include/patchlevel.h
Expand Up @@ -19,11 +19,11 @@
#define PY_MAJOR_VERSION 3
#define PY_MINOR_VERSION 1
#define PY_MICRO_VERSION 5
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_GAMMA
#define PY_RELEASE_SERIAL 2
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_FINAL
#define PY_RELEASE_SERIAL 0

/* Version as a string */
#define PY_VERSION "3.1.5rc2"
#define PY_VERSION "3.1.5"
/*--end constants--*/

/* Subversion Revision number of this file (not of the repository). Empty
Expand Down
2 changes: 1 addition & 1 deletion Lib/distutils/__init__.py
Expand Up @@ -15,5 +15,5 @@
# Updated automatically by the Python release process.
#
#--start constants--
__version__ = "3.1.5rc2"
__version__ = "3.1.5"
#--end constants--
2 changes: 1 addition & 1 deletion Lib/idlelib/idlever.py
@@ -1 +1 @@
IDLE_VERSION = "3.1.5rc2"
IDLE_VERSION = "3.1.5"
2 changes: 1 addition & 1 deletion Misc/NEWS
Expand Up @@ -5,7 +5,7 @@ Python News
What's New in Python 3.1.5?
===========================

*Release date: 2012-02-23*
*Release date: 2012-04-08*

Core and Builtins
-----------------
Expand Down
2 changes: 1 addition & 1 deletion Misc/RPM/python-3.1.spec
Expand Up @@ -34,7 +34,7 @@

%define name python
#--start constants--
%define version 3.1.5rc2
%define version 3.1.5
%define libvers 3.1
#--end constants--
%define release 1pydotorg
Expand Down

0 comments on commit c37a4fd

Please sign in to comment.