Skip to content

Commit 14fa456

Browse files
committed
Up version to v2.5.1
1 parent 5c79781 commit 14fa456

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

PyPI/Package/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Python WebUI v2.5.0
1+
# Python WebUI v2.5.1
22

33
> Use any web browser as GUI, with Python in the backend and HTML5 in the frontend, all in a lightweight Python package.
44

PyPI/Package/src/webui/webui.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Python WebUI v2.5.0
1+
# Python WebUI v2.5.1
22
#
33
# http://webui.me
44
# https://github.com/webui-dev/python-webui

PyPI/Package/src/webui/webui_bindings.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -422,7 +422,7 @@ class WebuiEventT(Structure):
422422
webui_set_kiosk.restype = None
423423

424424

425-
# -- set_custom_parameters ---------------------- 2.5.0-beta.3
425+
# -- set_custom_parameters ----------------------
426426
webui_set_custom_parameters = webui_lib.webui_set_custom_parameters
427427
"""
428428
brief:
@@ -944,7 +944,7 @@ class WebuiEventT(Structure):
944944
webui_set_size.restype = None
945945

946946

947-
# -- set_minimum_size --------------------------- 2.5.0-beta.3
947+
# -- set_minimum_size ---------------------------
948948
webui_set_minimum_size = webui_lib.webui_set_minimum_size
949949
"""
950950
brief:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
![Logo](https://raw.githubusercontent.com/webui-dev/webui-logo/main/webui_python.png)
44

5-
# Python-WebUI v2.5.0
5+
# Python-WebUI v2.5.1
66

77
[last-commit]: https://img.shields.io/github/last-commit/webui-dev/webui?style=for-the-badge&logo=github&logoColor=C0CAF5&labelColor=414868
88
[release-version]: https://img.shields.io/github/v/tag/webui-dev/webui?style=for-the-badge&logo=webtrees&logoColor=C0CAF5&labelColor=414868&color=7664C6

0 commit comments

Comments
 (0)