Skip to content

Commit eca675c

Browse files
committed
release v1.6.3
1 parent 498303f commit eca675c

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

docs/releases/v1.6.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,12 @@ v1.6.1 (2022/5/22)
3333
v1.6.2 (2022/7/16)
3434
---------------------
3535
* fix: plotly.js version error due to outdated CDN link
36+
37+
v1.6.3 (2022/10/4)
38+
---------------------
39+
* fix (`#459 <https://github.com/pywebio/PyWebIO/issues/459>`_): code textarea onchange fired when set value
40+
* fix (`#453 <https://github.com/pywebio/PyWebIO/issues/453>`_): put_table() error when table data is empty with rich header
41+
* reset static resource cache after version upgrade
42+
* fix ``cancel`` type raise error in single `action()`
43+
* fix (`#377 <https://github.com/pywebio/PyWebIO/issues/377>`_): error in nested `onchange`
44+
* fix (`#468 <https://github.com/pywebio/PyWebIO/issues/468>`_): reset don't work in `select()`

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.6.2"
5-
__version_info__ = (1, 6, 2, 0)
4+
__version__ = "1.6.3"
5+
__version_info__ = (1, 6, 3, 0)
66
__author__ = 'WangWeimin'
77
__author_email__ = '[email protected]'
88
__license__ = 'MIT'

0 commit comments

Comments
 (0)