File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -33,4 +33,9 @@ Bug fix
3333v1.8.1 (2023/4/16)
3434---------------------
3535* fix (`#568 <https://github.com/pywebio/PyWebIO/pull/568 >`_) global `config(title) ` don't work
36- * fix (`#569 <https://github.com/pywebio/PyWebIO/pull/569 >`_) cell_content_bar shown error
36+ * fix (`#569 <https://github.com/pywebio/PyWebIO/pull/569 >`_) cell_content_bar shown error
37+
38+ v1.8.2 (2023/4/22)
39+ ---------------------
40+ * 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() ``
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.1 "
5- __version_info__ = (1 , 8 , 1 , 0 )
4+ __version__ = "1.8.2 "
5+ __version_info__ = (1 , 8 , 2 , 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