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'