Skip to content

Commit

Permalink
release v1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
wang0618 committed May 22, 2022
1 parent 06392c6 commit e6b2b1c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions docs/releases/v1.6.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,11 @@ Bug fix
* fix: uncaught `SessionClosedException` in callback of thread-based session
* fix(`#313 <https://github.com/pywebio/PyWebIO/discussions/313>`_): slider value label don't sync when set value

v1.6.1 (2022/5/22)
---------------------

* fix (`#380 <https://github.com/pywebio/PyWebIO/issues/380>`_): `put_processbar()` don't work when name contains space
* fix (`#385 <https://github.com/pywebio/PyWebIO/issues/385>`_): bootstrap-select issue
* fix (`#389 <https://github.com/pywebio/PyWebIO/issues/389>`_): `put_select()` was hidden by `put_tabs()`
* fix auto hold don't work on script mode
* provide a fallback way when CDN is not available
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.6.0"
__version_info__ = (1, 6, 0, 0)
__version__ = "1.6.1"
__version_info__ = (1, 6, 1, 0)
__author__ = 'WangWeimin'
__author_email__ = '[email protected]'
__license__ = 'MIT'

0 comments on commit e6b2b1c

Please sign in to comment.