Browse Source

update version and sponsors

Falko Schindler 5 tháng trước cách đây
mục cha
commit
7d22889e04
5 tập tin đã thay đổi với 5 bổ sung3 xóa
  1. 0 0
      .github/workflows/fetch_sponsors.py
  2. 1 0
      README.md
  3. 1 1
      pyproject.toml
  4. 1 0
      tests/test_binding.py
  5. 2 2
      website/sponsors.json

+ 0 - 0
fetch_sponsors.py → .github/workflows/fetch_sponsors.py


+ 1 - 0
README.md

@@ -116,6 +116,7 @@ If you would like to support this project and have your avatar or company logo a
   <a href="https://github.com/sereneturtlefox"><img src="https://github.com/sereneturtlefox.png" width="50px" alt="None" /></a>
   <a href="https://github.com/daviborges666"><img src="https://github.com/daviborges666.png" width="50px" alt="Davi Borges" /></a>
   <a href="https://github.com/whoulden"><img src="https://github.com/whoulden.png" width="50px" alt="Wayne Houlden" /></a>
+  <a href="https://github.com/digiquip"><img src="https://github.com/digiquip.png" width="50px" alt="DigiQuip AS" /></a>
 </p>
 <!-- SPONSORS -->
 

+ 1 - 1
pyproject.toml

@@ -1,6 +1,6 @@
 [tool.poetry]
 name = "nicegui"
-version = "2.5.0-dev"
+version = "2.7.0-dev"
 description = "Create web-based user interfaces with Python. The nice way."
 authors = ["Zauberzeug GmbH <info@zauberzeug.com>"]
 license = "MIT"

+ 1 - 0
tests/test_binding.py

@@ -74,6 +74,7 @@ def test_binding_to_input(screen: Screen):
     screen.type(Keys.TAB)
     screen.type('two')
     screen.should_contain_input('two')
+    screen.wait(0.1)
     assert data.text == 'two'
     data.text = 'three'
     screen.should_contain_input('three')

+ 2 - 2
website/sponsors.json

@@ -2,6 +2,6 @@
   "top": [
     "daviborges666"
   ],
-  "total": 21,
-  "contributors": 125
+  "total": 25,
+  "contributors": 129
 }