Update version to v2024.12.10

This commit is contained in:
Andrew Hamilton 2024-12-10 23:10:58 +10:00
parent 2f0136c5ad
commit 164356f3a4
13 changed files with 25 additions and 25 deletions

View file

@ -15,7 +15,7 @@ import fill3.terminal as terminal
import termstr
__version__ = "v2024.12.07"
__version__ = "v2024.12.10"
##########################

View file

@ -1,13 +1,13 @@
[project]
name = "fill3"
version = "v2024.12.07"
version = "v2024.12.10"
description = "Fill3 provides basic widgets for a tui."
authors = [
{ name = "Andrew Hamilton", email = "and_hamilton@yahoo.com" },
]
requires-python = ">=3.11"
dependencies = [
"termstr @ git+https://gitlab.com/ahamilton/eris@v2024.12.07#subdirectory=termstr",
"termstr @ git+https://gitlab.com/ahamilton/eris@v2024.12.10#subdirectory=termstr",
]
[project.urls]

4
fill3/uv.lock generated
View file

@ -16,12 +16,12 @@ dependencies = [
]
[package.metadata]
requires-dist = [{ name = "termstr", git = "https://gitlab.com/ahamilton/eris?subdirectory=termstr&rev=v2024.12.07" }]
requires-dist = [{ name = "termstr", git = "https://gitlab.com/ahamilton/eris?subdirectory=termstr&rev=v2024.12.10" }]
[[package]]
name = "termstr"
version = "2024.12.7"
source = { git = "https://gitlab.com/ahamilton/eris?subdirectory=termstr&rev=v2024.12.07#a6e802e8522aa27551257b32590f045243a0785e" }
source = { git = "https://gitlab.com/ahamilton/eris?subdirectory=termstr&rev=v2024.12.10#a6e802e8522aa27551257b32590f045243a0785e" }
dependencies = [
{ name = "cwcwidth" },
]