Skip to content

Commit 65699d9

Browse files
committed
release v1.8.3
1 parent 782fed1 commit 65699d9

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

docs/releases/v1.8.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,8 @@ v1.8.1 (2023/4/16)
3838
v1.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

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.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'

0 commit comments

Comments
 (0)