]> git.saurik.com Git - wxWidgets.git/blame_incremental - wxPython/wx/py/version.py
Allow the frame (if there is one) to resize the toolbar after Realize
[wxWidgets.git] / wxPython / wx / py / version.py
... / ...
CommitLineData
1"""Provides an object representing the current 'version' or 'release'
2of Py as a whole. Individual classes, such as the shell, filling and
3interpreter, each have a revision property based on the CVS Revision."""
4
5__author__ = "Patrick K. O'Brien <pobrien@orbtech.com>"
6__cvsid__ = "$Id$"
7__revision__ = "$Revision$"[11:-2]
8
9VERSION = '0.9.5'