From 603c2b68def7cf97fcc5549d3ff619fa74ba189c Mon Sep 17 00:00:00 2001 From: "Patrick K. O'Brien" Date: Sat, 3 May 2003 13:20:47 +0000 Subject: [PATCH] Begin new version. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@20448 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/wxPython/py/CHANGES.txt | 13 +++++++++++++ wxPython/wxPython/py/version.py | 8 +++----- 2 files changed, 16 insertions(+), 5 deletions(-) diff --git a/wxPython/wxPython/py/CHANGES.txt b/wxPython/wxPython/py/CHANGES.txt index f558822e1b..0252ab31f3 100644 --- a/wxPython/wxPython/py/CHANGES.txt +++ b/wxPython/wxPython/py/CHANGES.txt @@ -1,4 +1,17 @@ +0.9.2 (5/3/2003 to //2003) +----------------------------- + +Changed to new "wx" package:: + + import wx + +instead of:: + + from wxPython import wx + + + 0.9.1 (3/21/2003 to 5/2/2003) ----------------------------- diff --git a/wxPython/wxPython/py/version.py b/wxPython/wxPython/py/version.py index 01cb2f291f..57d43f99f7 100644 --- a/wxPython/wxPython/py/version.py +++ b/wxPython/wxPython/py/version.py @@ -1,11 +1,9 @@ """Provides an object representing the current 'version' or 'release' -of PyCrust as a whole. Individual classes, such as the shell, filling -and interpreter, each have a revision property based on the CVS -Revision.""" +of Py as a whole. Individual classes, such as the shell, filling and +interpreter, each have a revision property based on the CVS Revision.""" __author__ = "Patrick K. O'Brien " __cvsid__ = "$Id$" __revision__ = "$Revision$"[11:-2] -VERSION = '0.9.1' - +VERSION = '0.9.2'