Skip to content

Commit aadefcb

Browse files
committed
release v1.6.2
1 parent 8d07dba commit aadefcb

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

docs/releases/v1.6.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,8 @@ v1.6.1 (2022/5/22)
2828
* fix (`#385 <https://github.com/pywebio/PyWebIO/issues/385>`_): bootstrap-select issue
2929
* fix (`#389 <https://github.com/pywebio/PyWebIO/issues/389>`_): `put_select()` was hidden by `put_tabs()`
3030
* fix auto hold don't work on script mode
31-
* provide a fallback way when CDN is not available
31+
* provide a fallback way when CDN is not available
32+
33+
v1.6.2 (2022/7/16)
34+
---------------------
35+
* fix: plotly.js version error due to outdated CDN link

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.1"
5-
__version_info__ = (1, 6, 1, 0)
4+
__version__ = "1.6.2"
5+
__version_info__ = (1, 6, 2, 0)
66
__author__ = 'WangWeimin'
77
__author_email__ = 'wang0.618@qq.com'
88
__license__ = 'MIT'

0 commit comments

Comments
 (0)