From: Robin Dunn Date: Tue, 30 Mar 2004 19:54:17 +0000 (+0000) Subject: Version number update X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/73adcb015064cf4276cb38dc394011f1b4c82036 Version number update git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26503 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/wxPython/config.py b/wxPython/config.py index 937fdf189c..38a4abf14d 100644 --- a/wxPython/config.py +++ b/wxPython/config.py @@ -38,7 +38,7 @@ import distutils.command.clean VER_MAJOR = 2 # The first three must match wxWidgets VER_MINOR = 5 VER_RELEASE = 1 -VER_SUBREL = 3 # wxPython release num for x.y.z release of wxWidgets +VER_SUBREL = 4 # wxPython release num for x.y.z release of wxWidgets VER_FLAGS = "" # release flags, such as prerelease num, unicode, etc. DESCRIPTION = "Cross platform GUI toolkit for Python" diff --git a/wxPython/docs/CHANGES.html b/wxPython/docs/CHANGES.html index 925281bb3c..ca50576037 100644 --- a/wxPython/docs/CHANGES.html +++ b/wxPython/docs/CHANGES.html @@ -4,14 +4,14 @@ -CHANGES.txt for wxPython +Recent Changes for wxPython -
-

CHANGES.txt for wxPython

+
+

Recent Changes for wxPython

-

2.5.1.3

+

2.5.1.4

(See also the MigrationGuide.txt file for details about some of the big changes that have happened in this release and how you should adapt your code.)

@@ -90,6 +90,7 @@ couldn't figure out anything better. Well now we have something that, if it isn't already, has the potential to be better. So consider migrating away from using activexwrapper as well. Please see the MigrationGuide for more details on using the new module.

+

Floats are allowed again as function parameters where ints are expected.

2.4.2.4

diff --git a/wxPython/docs/CHANGES.txt b/wxPython/docs/CHANGES.txt index 447c084508..d4e039362b 100644 --- a/wxPython/docs/CHANGES.txt +++ b/wxPython/docs/CHANGES.txt @@ -1,7 +1,7 @@ -CHANGES.txt for wxPython +Recent Changes for wxPython ===================================================================== -2.5.1.3 +2.5.1.4 ------- (See also the MigrationGuide.txt file for details about some of the @@ -107,6 +107,9 @@ MigrationGuide for more details on using the new module. .. _wxActiveX: http://members.optusnet.com.au/~blackpaw1/wxactivex.html +Floats are allowed again as function parameters where ints are expected. + + 2.4.2.4