Skip to content

Commit

Permalink
release v1.5.1
Browse files Browse the repository at this point in the history
More info, see: docs/releases/v1.5.rst
  • Loading branch information
wang0618 committed Dec 21, 2021
1 parent 64b2230 commit fae206b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions docs/releases/v1.5.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,13 @@ Bug fix
* fix sibling import issue in `path_deploy()` - `35209a7e <https://github.com/pywebio/PyWebIO/commit/35209a7e79b9ef8d0fdc2b5833576b313830bc93>`_
* fix "Address already in use" error when enable remote access in some cases - `8dd9877d <https://github.com/pywebio/PyWebIO/commit/8dd9877d81eba43eadce9c136125ffb08d8fe98a>`_

v1.5.1 (2021/12/21)
----------------------

* fix setitem error of `pin.pin` object - `3f5cf1e5 <https://github.com/pywebio/PyWebIO/commit/3f5cf1e5aff1e4d17647672df568aa66007e1b7d>`_
* fix thread-based session tot closed properly - `22fbbf86..3bc7d36b> <https://github.com/pywebio/PyWebIO/compare/22fbbf866fb1bfc7e46bf24b59b343dd92b51936..3bc7d36bf6eed205356c401624ab3ff508c7e935>`_
* fix OverflowError on 32-bit Windows - `4ac7f0e5 <https://github.com/pywebio/PyWebIO/commit/4ac7f0e52c17ba0ef9c2041d6b46ce37f736daac>`_
* fix a sample error from cookbook - `99593db4 <https://github.com/pywebio/PyWebIO/commit/99593db468726deab415a31c125d71a2dda589c0>`_
* fix spawn 2 remote access processes when enable debug in flask backed - `073f8ace <https://github.com/pywebio/PyWebIO/commit/073f8ace680b8cd6b9d891fc6c056555be9ba9ae>`_


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.5.0"
__version_info__ = (1, 5, 0, 0)
__version__ = "1.5.1"
__version_info__ = (1, 5, 1, 0)
__author__ = 'WangWeimin'
__author_email__ = 'wang0.618@qq.com'
__license__ = 'MIT'

0 comments on commit fae206b

Please sign in to comment.