File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -38,4 +38,8 @@ v1.8.1 (2023/4/16)
3838v1.8.2 (2023/4/22)
3939---------------------
4040* fix (`#570 <https://github.com/pywebio/PyWebIO/pull/570 >`_) ``flex `` column config of ``put_datatable() `` don't work
41- * fix json encode error when use tuple as key in ``column_args `` of ``put_datatable() ``
41+ * fix json encode error when use tuple as key in ``column_args `` of ``put_datatable() ``
42+
43+ v1.8.3 (2023/10/30)
44+ ---------------------
45+ * fix (`#614 <https://github.com/pywebio/PyWebIO/pull/614 >`_) `input_group() ` return invalid result when canceled
Original file line number Diff line number Diff line change 11__package__ = 'pywebio'
22__description__ = 'Write interactive web app in script way.'
33__url__ = 'https://pywebio.readthedocs.io'
4- __version__ = "1.8.2 "
5- __version_info__ = (1 , 8 , 2 , 0 )
4+ __version__ = "1.8.3 "
5+ __version_info__ = (1 , 8 , 3 , 0 )
66__author__ = 'WangWeimin'
77__author_email__ = 'wang0.618@qq.com'
88__license__ = 'MIT'
You can’t perform that action at this time.
0 commit comments