Update version to v2025.06.03
This commit is contained in:
parent
63a2c0dfd9
commit
95603d2985
10 changed files with 10 additions and 10 deletions
|
|
@ -10,7 +10,7 @@ Eris maintains an up-to-date set of reports for every file in a codebase.
|
||||||
|
|
||||||
Install eris with pipx, then install all the tools eris uses:
|
Install eris with pipx, then install all the tools eris uses:
|
||||||
|
|
||||||
pipx install --system-site-packages git+https://gitlab.com/ahamilton/eris@v2024.12.28#subdirectory=eris
|
pipx install --system-site-packages git+https://gitlab.com/ahamilton/eris@v2025.06.03#subdirectory=eris
|
||||||
eris --install-all-tools
|
eris --install-all-tools
|
||||||
|
|
||||||
Or install from source: (includes tools)
|
Or install from source: (includes tools)
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,3 @@
|
||||||
|
|
||||||
|
|
||||||
__version__ = "v2024.12.28"
|
__version__ = "v2025.06.03"
|
||||||
|
|
|
||||||
|
|
@ -15,7 +15,7 @@ import fill3.terminal as terminal
|
||||||
import termstr
|
import termstr
|
||||||
|
|
||||||
|
|
||||||
__version__ = "v2024.12.28"
|
__version__ = "v2025.06.03"
|
||||||
|
|
||||||
|
|
||||||
##########################
|
##########################
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@ tool.uv.package = true
|
||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "fill3"
|
name = "fill3"
|
||||||
version = "v2024.12.28"
|
version = "v2025.06.03"
|
||||||
description = "Fill3 provides basic widgets for a tui."
|
description = "Fill3 provides basic widgets for a tui."
|
||||||
authors = [
|
authors = [
|
||||||
{ name = "Andrew Hamilton", email = "and_hamilton@yahoo.com" },
|
{ name = "Andrew Hamilton", email = "and_hamilton@yahoo.com" },
|
||||||
|
|
|
||||||
|
|
@ -15,7 +15,7 @@ import lscolors
|
||||||
import termstr
|
import termstr
|
||||||
|
|
||||||
|
|
||||||
__version__ = "v2024.12.28"
|
__version__ = "v2025.06.03"
|
||||||
|
|
||||||
|
|
||||||
FILE_KEY = "fi"
|
FILE_KEY = "fi"
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,7 @@ allow-direct-references = true
|
||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "lscolors"
|
name = "lscolors"
|
||||||
version = "v2024.12.28"
|
version = "v2025.06.03"
|
||||||
description = "Give coloring for file types as in the ls command."
|
description = "Give coloring for file types as in the ls command."
|
||||||
authors = [
|
authors = [
|
||||||
{ name = "Andrew Hamilton", email = "and_hamilton@yahoo.com" },
|
{ name = "Andrew Hamilton", email = "and_hamilton@yahoo.com" },
|
||||||
|
|
|
||||||
|
|
@ -26,7 +26,7 @@ Eris maintains an up-to-date set of reports for every file in a codebase.
|
||||||
|
|
||||||
Install eris with pipx, then install all the tools eris uses:
|
Install eris with pipx, then install all the tools eris uses:
|
||||||
|
|
||||||
pipx install --system-site-packages git+https://gitlab.com/ahamilton/eris@v2024.12.28#subdirectory=eris
|
pipx install --system-site-packages git+https://gitlab.com/ahamilton/eris@v2025.06.03#subdirectory=eris
|
||||||
eris --install-all-tools
|
eris --install-all-tools
|
||||||
|
|
||||||
Or install from source: (includes tools)
|
Or install from source: (includes tools)
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@ tool.uv.package = true
|
||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "eris"
|
name = "eris"
|
||||||
version = "v2024.12.28"
|
version = "v2025.06.03"
|
||||||
description = "Eris maintains an up-to-date set of reports for every file in a codebase."
|
description = "Eris maintains an up-to-date set of reports for every file in a codebase."
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
authors = [
|
authors = [
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@ tool.uv.package = true
|
||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "termstr"
|
name = "termstr"
|
||||||
version = "v2024.12.28"
|
version = "v2025.06.03"
|
||||||
description = "Termstr provides strings with extra terminal styling."
|
description = "Termstr provides strings with extra terminal styling."
|
||||||
authors = [
|
authors = [
|
||||||
{ name = "Andrew Hamilton", email = "and_hamilton@yahoo.com" },
|
{ name = "Andrew Hamilton", email = "and_hamilton@yahoo.com" },
|
||||||
|
|
|
||||||
|
|
@ -10,7 +10,7 @@ import weakref
|
||||||
import cwcwidth
|
import cwcwidth
|
||||||
|
|
||||||
|
|
||||||
__version__ = "v2024.12.28"
|
__version__ = "v2025.06.03"
|
||||||
|
|
||||||
|
|
||||||
ESC = "\x1b"
|
ESC = "\x1b"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue