[Python-checkins] r63254 - in sandbox/trunk/ttk-gsoc/Lib: lib-tk/Ttk.py tkinter/ttk.py

guilherme.polo python-checkins at python.org
Thu May 15 02:00:17 CEST 2008


Author: guilherme.polo
Date: Thu May 15 02:00:17 2008
New Revision: 63254

Log:
Bumped to version 0.0.9, seems to be ready for use.


Modified:
   sandbox/trunk/ttk-gsoc/Lib/lib-tk/Ttk.py
   sandbox/trunk/ttk-gsoc/Lib/tkinter/ttk.py

Modified: sandbox/trunk/ttk-gsoc/Lib/lib-tk/Ttk.py
==============================================================================
--- sandbox/trunk/ttk-gsoc/Lib/lib-tk/Ttk.py	(original)
+++ sandbox/trunk/ttk-gsoc/Lib/lib-tk/Ttk.py	Thu May 15 02:00:17 2008
@@ -12,7 +12,7 @@
 of the widgets appearance lies at Themes.
 """
 
-__version__ = "0.0.7"
+__version__ = "0.0.9"
 
 __author__ = "Guilherme Polo <ggpolo at gmail.com>"
 

Modified: sandbox/trunk/ttk-gsoc/Lib/tkinter/ttk.py
==============================================================================
--- sandbox/trunk/ttk-gsoc/Lib/tkinter/ttk.py	(original)
+++ sandbox/trunk/ttk-gsoc/Lib/tkinter/ttk.py	Thu May 15 02:00:17 2008
@@ -12,7 +12,7 @@
 of the widgets appearance lies at Themes.
 """
 
-__version__ = "0.0.7"
+__version__ = "0.0.9"
 
 __author__ = "Guilherme Polo <ggpolo at gmail.com>"
 


More information about the Python-checkins mailing list