Skip to content

Commit e6b2b1c

Browse files
committed
release v1.6.1
1 parent 06392c6 commit e6b2b1c

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

docs/releases/v1.6.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,11 @@ Bug fix
2121
* fix: uncaught `SessionClosedException` in callback of thread-based session
2222
* fix(`#313 <https://github.com/pywebio/PyWebIO/discussions/313>`_): slider value label don't sync when set value
2323

24+
v1.6.1 (2022/5/22)
25+
---------------------
26+
27+
* fix (`#380 <https://github.com/pywebio/PyWebIO/issues/380>`_): `put_processbar()` don't work when name contains space
28+
* fix (`#385 <https://github.com/pywebio/PyWebIO/issues/385>`_): bootstrap-select issue
29+
* fix (`#389 <https://github.com/pywebio/PyWebIO/issues/389>`_): `put_select()` was hidden by `put_tabs()`
30+
* fix auto hold don't work on script mode
31+
* provide a fallback way when CDN is not available

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

0 commit comments

Comments
 (0)