Skip to content

Commit

Permalink
release v1.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
wang0618 committed Oct 30, 2023
1 parent 782fed1 commit 65699d9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion docs/releases/v1.8.rst
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,8 @@ v1.8.1 (2023/4/16)
v1.8.2 (2023/4/22)
---------------------
* fix (`#570 <https://github.com/pywebio/PyWebIO/pull/570>`_) ``flex`` column config of ``put_datatable()`` don't work
* fix json encode error when use tuple as key in ``column_args`` of ``put_datatable()``
* fix json encode error when use tuple as key in ``column_args`` of ``put_datatable()``

v1.8.3 (2023/10/30)
---------------------
* fix (`#614 <https://github.com/pywebio/PyWebIO/pull/614>`_) `input_group()` return invalid result when canceled
4 changes: 2 additions & 2 deletions pywebio/__version__.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
__package__ = 'pywebio'
__description__ = 'Write interactive web app in script way.'
__url__ = 'https://pywebio.readthedocs.io'
__version__ = "1.8.2"
__version_info__ = (1, 8, 2, 0)
__version__ = "1.8.3"
__version_info__ = (1, 8, 3, 0)
__author__ = 'WangWeimin'
__author_email__ = 'wang0.618@qq.com'
__license__ = 'MIT'

0 comments on commit 65699d9

Please sign in to comment.