Version 0.6.1

This commit is contained in:
2025-08-16 09:05:39 +01:00
parent b1fbd0e781
commit 233e7d136a
3 changed files with 4 additions and 4 deletions

View File

@@ -1,8 +1,8 @@
apiVersion: v2
appVersion: 0.6.0
appVersion: 0.6.1
description: Ohayo Dash is a Kubernetes driven start page and dashboard. All configuration is done by standard Kubernetes objects and ConfigMaps.
name: ohayodash
version: 0.6.0
version: 0.6.1
kubeVersion: ">=1.19.0-0"
keywords:
- ohayodash

View File

@@ -1,6 +1,6 @@
[project]
name = "ohayodash"
version = "0.6.0"
version = "0.6.1"
description = "Ohayo Dash is a Kubernetes driven start page and dashboard"
license = "MIT"
readme = "README.md"

2
uv.lock generated
View File

@@ -233,7 +233,7 @@ wheels = [
[[package]]
name = "ohayodash"
version = "0.5.0"
version = "0.6.1"
source = { editable = "." }
dependencies = [
{ name = "flask" },