Begin new version.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@20448 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Patrick K. O'Brien
2003-05-03 13:20:47 +00:00
parent 8c090824f2
commit 603c2b68de
2 changed files with 16 additions and 5 deletions

View File

@@ -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)
-----------------------------

View File

@@ -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 <pobrien@orbtech.com>"
__cvsid__ = "$Id$"
__revision__ = "$Revision$"[11:-2]
VERSION = '0.9.1'
VERSION = '0.9.2'