File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -44,3 +44,7 @@ v1.5.1 (2021/12/21)
4444* fix spawn 2 remote access processes when enable debug in flask backed - `073f8ace <https://github.com/pywebio/PyWebIO/commit/073f8ace680b8cd6b9d891fc6c056555be9ba9ae >`_
4545
4646
47+ v1.5.2 (2021/12/30)
48+ ----------------------
49+ * fix `#243 <https://github.com/pywebio/PyWebIO/issues/243 >`_: thread keep alive after session closed
50+ * fix `#247 <https://github.com/pywebio/PyWebIO/issues/247 >`_: can't use coroutine callback in `put_button() `
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.5.1 "
5- __version_info__ = (1 , 5 , 1 , 0 )
4+ __version__ = "1.5.2 "
5+ __version_info__ = (1 , 5 , 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