Skip to content

Commit

Permalink
chore: update to the latest version of headless-kivy-pi
Browse files Browse the repository at this point in the history
  • Loading branch information
sassanh committed Mar 25, 2024
1 parent 560eb42 commit 7da85e3
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 42 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## Version 0.9.8

- chore: update to the latest version of headless-kivy-pi

## Version 0.9.7

- feat: add `QRCodeWidget`
Expand Down
78 changes: 39 additions & 39 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "ubo-gui"
version = "0.9.7"
version = "0.9.8"
description = "GUI sdk for Ubo Pod"
authors = ["Sassan Haradji <[email protected]>"]
license = "Apache-2.0"
Expand All @@ -11,10 +11,10 @@ include = ['ubo_gui/assets/fonts/*']
[tool.poetry.dependencies]
python = "^3.11"
headless-kivy-pi = [
{ version = "^0.6.1", markers = "extra=='default'", extras = [
{ version = "^0.7.0", markers = "extra=='default'", extras = [
'default',
] },
{ version = "^0.6.1", markers = "extra=='dev'", extras = [
{ version = "^0.7.0", markers = "extra=='dev'", extras = [
'dev',
] },
]
Expand Down

0 comments on commit 7da85e3

Please sign in to comment.