Skip to content

Commit 2305df0

Browse files
committed
release v1.8.1
1 parent 5b35fd9 commit 2305df0

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

docs/releases/v1.8.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,7 @@ Bug fix
3030
^^^^^^^^^^^^^^^^^
3131
* Fix memory leak after close session (`#545 <https://github.com/pywebio/PyWebIO/pull/545>`_)
3232

33+
v1.8.1 (2023/4/16)
34+
---------------------
35+
* fix (`#568 <https://github.com/pywebio/PyWebIO/pull/568>`_) global `config(title)` don't work
36+
* fix (`#569 <https://github.com/pywebio/PyWebIO/pull/569>`_) cell_content_bar shown error

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

0 commit comments

Comments
 (0)