Skip to content

Commit

Permalink
release v1.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
wang0618 committed Apr 22, 2023
1 parent c917bfa commit e810dc4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion docs/releases/v1.8.rst
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,9 @@ Bug fix
v1.8.1 (2023/4/16)
---------------------
* fix (`#568 <https://github.com/pywebio/PyWebIO/pull/568>`_) global `config(title)` don't work
* fix (`#569 <https://github.com/pywebio/PyWebIO/pull/569>`_) cell_content_bar shown error
* fix (`#569 <https://github.com/pywebio/PyWebIO/pull/569>`_) cell_content_bar shown error

v1.8.2 (2023/4/22)
---------------------
* fix (`#570 <https://github.com/pywebio/PyWebIO/pull/570>`_) ``flex`` column config of ``put_datatable()`` don't work
* fix json encode error when use tuple as key in ``column_args`` of ``put_datatable()``
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.8.1"
__version_info__ = (1, 8, 1, 0)
__version__ = "1.8.2"
__version_info__ = (1, 8, 2, 0)
__author__ = 'WangWeimin'
__author_email__ = '[email protected]'
__license__ = 'MIT'

0 comments on commit e810dc4

Please sign in to comment.