Bump versions and remove sentry

This commit is contained in:
2024-07-01 21:06:46 +02:00
parent 89613e7b2a
commit 9494cae59b
8 changed files with 864 additions and 797 deletions

View File

@@ -1,5 +1,5 @@
from projectorpi_web import __version__
def test_version():
assert __version__ == "0.1.0"
def test_version() -> None:
assert __version__ == "0.4.0"