Skip to content

Commit

Permalink
update version and sponsors
Browse files Browse the repository at this point in the history
  • Loading branch information
falkoschindler committed Nov 22, 2024
1 parent 1786e0a commit 7d22889
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 3 deletions.
File renamed without changes.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 -->

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
license = "MIT"
Expand Down
1 change: 1 addition & 0 deletions tests/test_binding.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ class Model:
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')
Expand Down
4 changes: 2 additions & 2 deletions website/sponsors.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"top": [
"daviborges666"
],
"total": 21,
"contributors": 125
"total": 25,
"contributors": 129
}

0 comments on commit 7d22889

Please sign in to comment.