Update version to v2025.06.03

This commit is contained in:
Andrew Hamilton 2025-06-03 16:38:11 +10:00
parent 63a2c0dfd9
commit 95603d2985
10 changed files with 10 additions and 10 deletions

View file

@ -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:
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
Or install from source: (includes tools)

View file

@ -1,3 +1,3 @@
__version__ = "v2024.12.28"
__version__ = "v2025.06.03"

View file

@ -15,7 +15,7 @@ import fill3.terminal as terminal
import termstr
__version__ = "v2024.12.28"
__version__ = "v2025.06.03"
##########################

View file

@ -2,7 +2,7 @@ tool.uv.package = true
[project]
name = "fill3"
version = "v2024.12.28"
version = "v2025.06.03"
description = "Fill3 provides basic widgets for a tui."
authors = [
{ name = "Andrew Hamilton", email = "and_hamilton@yahoo.com" },

View file

@ -15,7 +15,7 @@ import lscolors
import termstr
__version__ = "v2024.12.28"
__version__ = "v2025.06.03"
FILE_KEY = "fi"

View file

@ -7,7 +7,7 @@ allow-direct-references = true
[project]
name = "lscolors"
version = "v2024.12.28"
version = "v2025.06.03"
description = "Give coloring for file types as in the ls command."
authors = [
{ name = "Andrew Hamilton", email = "and_hamilton@yahoo.com" },

View file

@ -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:
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
Or install from source: (includes tools)

View file

@ -2,7 +2,7 @@ tool.uv.package = true
[project]
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."
readme = "README.md"
authors = [

View file

@ -2,7 +2,7 @@ tool.uv.package = true
[project]
name = "termstr"
version = "v2024.12.28"
version = "v2025.06.03"
description = "Termstr provides strings with extra terminal styling."
authors = [
{ name = "Andrew Hamilton", email = "and_hamilton@yahoo.com" },

View file

@ -10,7 +10,7 @@ import weakref
import cwcwidth
__version__ = "v2024.12.28"
__version__ = "v2025.06.03"
ESC = "\x1b"