From: Robin Dunn Date: Wed, 4 Jul 2001 23:34:51 +0000 (+0000) Subject: updated version number X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/8577c05a58440aa46491fec5ff1984c39cd0caa4 updated version number fixed a sample git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10834 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/wxPython/demo/wxChoice.py b/wxPython/demo/wxChoice.py index da6fa7b2a0..9cd83ce3b2 100644 --- a/wxPython/demo/wxChoice.py +++ b/wxPython/demo/wxChoice.py @@ -15,8 +15,7 @@ class TestChoice(wxPanel): wxPoint(15, 10)) wxStaticText(self, -1, "Select one:", wxPoint(15, 50), wxSize(75, 20)) - self.ch = wxChoice(self, 40, (80, 50), (95, 125), - choices = sampleList) + self.ch = wxChoice(self, 40, (80, 50), choices = sampleList) EVT_CHOICE(self, 40, self.EvtChoice) diff --git a/wxPython/setup.py b/wxPython/setup.py index 9dfa2705b8..8a3f7ad185 100755 --- a/wxPython/setup.py +++ b/wxPython/setup.py @@ -13,7 +13,7 @@ from my_distutils import run_swig, contrib_copy_tree # flags and values that affect this script #---------------------------------------------------------------------- -VERSION = "2.3.1b1" +VERSION = "2.3.1" DESCRIPTION = "Cross platform GUI toolkit for Python" AUTHOR = "Robin Dunn" AUTHOR_EMAIL = "robin@alldunn.com" diff --git a/wxPython/src/__version__.py b/wxPython/src/__version__.py index ff5e7cef2c..7d36aeccae 100644 --- a/wxPython/src/__version__.py +++ b/wxPython/src/__version__.py @@ -1 +1 @@ -ver = '2.3.1b1' +ver = '2.3.1'