소스 검색

release v1.6.2

wangweimin 2 년 전
부모
커밋
aadefcb2c8
2개의 변경된 파일7개의 추가작업 그리고 3개의 파일을 삭제
  1. 5 1
      docs/releases/v1.6.rst
  2. 2 2
      pywebio/__version__.py

+ 5 - 1
docs/releases/v1.6.rst

@@ -28,4 +28,8 @@ v1.6.1 (2022/5/22)
 * 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
+* provide a fallback way when CDN is not available
+
+v1.6.2 (2022/7/16)
+---------------------
+* fix: plotly.js version error due to outdated CDN link

+ 2 - 2
pywebio/__version__.py

@@ -1,8 +1,8 @@
 __package__ = 'pywebio'
 __description__ = 'Write interactive web app in script way.'
 __url__ = 'https://pywebio.readthedocs.io'
-__version__ = "1.6.1"
-__version_info__ = (1, 6, 1, 0)
+__version__ = "1.6.2"
+__version_info__ = (1, 6, 2, 0)
 __author__ = 'WangWeimin'
 __author_email__ = 'wang0.618@qq.com'
 __license__ = 'MIT'