diff --git a/wxPython/CHANGES.txt b/wxPython/CHANGES.txt index 3bc7d88244..8513214bca 100644 --- a/wxPython/CHANGES.txt +++ b/wxPython/CHANGES.txt @@ -2,6 +2,12 @@ CHANGES.txt for wxPython ---------------------------------------------------------------------- +2.4.0.5 +------- +A few little but annoying bug fixes. + + + 2.4.0.4 ------- Added missing wxRect methods diff --git a/wxPython/setup.py b/wxPython/setup.py index feb7a313f9..95b9ad6acb 100755 --- a/wxPython/setup.py +++ b/wxPython/setup.py @@ -13,7 +13,7 @@ from distutils.command.install_data import install_data # flags and values that affect this script #---------------------------------------------------------------------- -VERSION = "2.4.0.4" +VERSION = "2.4.0.5p" DESCRIPTION = "Cross platform GUI toolkit for Python" AUTHOR = "Robin Dunn" AUTHOR_EMAIL = "Robin Dunn " diff --git a/wxPython/src/__version__.py b/wxPython/src/__version__.py index 94a25218ba..32a8a9acb6 100644 --- a/wxPython/src/__version__.py +++ b/wxPython/src/__version__.py @@ -1 +1 @@ -ver = '2.4.0.4' +ver = '2.4.0.5p'