File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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'
You can’t perform that action at this time.
0 commit comments