• R/O
  • SSH

tkpane: 提交

Default repository for tkpane.py.


Commit MetaInfo

修訂7e8b613e45828836f824bd74650bc37b7dbba1c8 (tree)
時間2018-02-28 12:33:09
作者Dreas Nielsen <dreas.nielsen@gmai...>
CommiterDreas Nielsen

Log Message

Updated version number to 0.18.0 in changelog and documentation.

Change Summary

差異

diff -r aea0bd0e87d8 -r 7e8b613e4582 CHANGELOG.rst
--- a/CHANGELOG.rst Tue Feb 27 13:10:11 2018 -0800
+++ b/CHANGELOG.rst Tue Feb 27 19:33:09 2018 -0800
@@ -4,6 +4,7 @@
44 ========== ======= =================================================================================
55 Date Version Revision
66 ========== ======= =================================================================================
7+2018-02-27 0.18.0 Backwards-incompatible change since 0.14.0: changed object returned by 'build_ui()' to a dict. Added 'tab_frames()' method to NotebookPane. Set the CheckboxPane's value to False even when False is considered an invalid state.
78 2018-02-22 0.16.1 Changed method to set 'invalid' color for ttk widgets; correction to 'can_use()' method.
89 2018-02-21 0.15.0 Added parameter 'disable_on_other_exit_only' to the 'requires()' method.
910 2018-02-21 0.14.0 Modified internal callback methods, corrected Python 3 compatibility in status reporting, added 'set_key()' methods in tkpane.lib where missing, and added 'build_ui()'.
diff -r aea0bd0e87d8 -r 7e8b613e4582 doc/source/conf.py
--- a/doc/source/conf.py Tue Feb 27 13:10:11 2018 -0800
+++ b/doc/source/conf.py Tue Feb 27 19:33:09 2018 -0800
@@ -55,9 +55,9 @@
5555 # built documents.
5656 #
5757 # The short X.Y version.
58-version = u'0.16.1'
58+version = u'0.18.0'
5959 # The full version, including alpha/beta/rc tags.
60-release = u'0.16.1'
60+release = u'0.18.0'
6161
6262 # The language for content autogenerated by Sphinx. Refer to documentation
6363 # for a list of supported languages.
diff -r aea0bd0e87d8 -r 7e8b613e4582 setup.py
--- a/setup.py Tue Feb 27 13:10:11 2018 -0800
+++ b/setup.py Tue Feb 27 19:33:09 2018 -0800
@@ -2,7 +2,7 @@
22
33 setup(name='tkpane',
44 packages=['tkpane'],
5- version='0.17.0',
5+ version='0.18.0',
66 description="Encapsulates Tkinter UI elements in 'panes' that can be combined into an overall UI, integrating them by specifying callback functions and data keys.",
77 author='Dreas Nielsen',
88 author_email='dreas.nielsen@gmail.com',
Show on old repository browser