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:
@@ -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)
|
0.9.1 (3/21/2003 to 5/2/2003)
|
||||||
-----------------------------
|
-----------------------------
|
||||||
|
|
||||||
|
@@ -1,11 +1,9 @@
|
|||||||
"""Provides an object representing the current 'version' or 'release'
|
"""Provides an object representing the current 'version' or 'release'
|
||||||
of PyCrust as a whole. Individual classes, such as the shell, filling
|
of Py as a whole. Individual classes, such as the shell, filling and
|
||||||
and interpreter, each have a revision property based on the CVS
|
interpreter, each have a revision property based on the CVS Revision."""
|
||||||
Revision."""
|
|
||||||
|
|
||||||
__author__ = "Patrick K. O'Brien <pobrien@orbtech.com>"
|
__author__ = "Patrick K. O'Brien <pobrien@orbtech.com>"
|
||||||
__cvsid__ = "$Id$"
|
__cvsid__ = "$Id$"
|
||||||
__revision__ = "$Revision$"[11:-2]
|
__revision__ = "$Revision$"[11:-2]
|
||||||
|
|
||||||
VERSION = '0.9.1'
|
VERSION = '0.9.2'
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user