Skip to content

Commit e810dc4

Browse files
committed
release v1.8.2
1 parent c917bfa commit e810dc4

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

docs/releases/v1.8.rst

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,9 @@ Bug fix
3333
v1.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()``

pywebio/__version__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
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'

0 commit comments

Comments
 (0)