Update version to v2024.12.11
This commit is contained in:
parent
c4c027c796
commit
6dc69cf0f7
14 changed files with 29 additions and 29 deletions
|
|
@ -15,7 +15,7 @@ import fill3.terminal as terminal
|
|||
import termstr
|
||||
|
||||
|
||||
__version__ = "v2024.12.10"
|
||||
__version__ = "v2024.12.11"
|
||||
|
||||
|
||||
##########################
|
||||
|
|
|
|||
|
|
@ -1,13 +1,13 @@
|
|||
[project]
|
||||
name = "fill3"
|
||||
version = "v2024.12.10"
|
||||
version = "v2024.12.11"
|
||||
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.10#subdirectory=termstr",
|
||||
"termstr @ git+https://gitlab.com/ahamilton/eris@v2024.12.11#subdirectory=termstr",
|
||||
]
|
||||
|
||||
[project.urls]
|
||||
|
|
|
|||
6
fill3/uv.lock
generated
6
fill3/uv.lock
generated
|
|
@ -9,19 +9,19 @@ sdist = { url = "https://files.pythonhosted.org/packages/38/17/aadd0c6190dca91aa
|
|||
|
||||
[[package]]
|
||||
name = "fill3"
|
||||
version = "2024.12.7"
|
||||
version = "2024.12.11"
|
||||
source = { virtual = "." }
|
||||
dependencies = [
|
||||
{ name = "termstr" },
|
||||
]
|
||||
|
||||
[package.metadata]
|
||||
requires-dist = [{ name = "termstr", git = "https://gitlab.com/ahamilton/eris?subdirectory=termstr&rev=v2024.12.10" }]
|
||||
requires-dist = [{ name = "termstr", git = "https://gitlab.com/ahamilton/eris?subdirectory=termstr&rev=v2024.12.11" }]
|
||||
|
||||
[[package]]
|
||||
name = "termstr"
|
||||
version = "2024.12.7"
|
||||
source = { git = "https://gitlab.com/ahamilton/eris?subdirectory=termstr&rev=v2024.12.10#a6e802e8522aa27551257b32590f045243a0785e" }
|
||||
source = { git = "https://gitlab.com/ahamilton/eris?subdirectory=termstr&rev=v2024.12.11#a6e802e8522aa27551257b32590f045243a0785e" }
|
||||
dependencies = [
|
||||
{ name = "cwcwidth" },
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue