From 5448eced5a131c37228dafd6b30d25dc1814bb40 Mon Sep 17 00:00:00 2001 From: Andrew Hamilton Date: Wed, 4 Jun 2025 16:00:26 +1000 Subject: [PATCH] Update version to v2025.06.04 --- README.md | 2 +- eris/__init__.py | 2 +- fill3/fill3/__init__.py | 2 +- fill3/pyproject.toml | 2 +- lscolors/lscolors/__init__.py | 2 +- lscolors/pyproject.toml | 2 +- packaging/make-readme.py | 2 +- pyproject.toml | 2 +- termstr/pyproject.toml | 2 +- termstr/termstr/__init__.py | 2 +- uv.lock | 8 ++++---- 11 files changed, 14 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index 980e517..f966da3 100644 --- a/README.md +++ b/README.md @@ -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@v2025.06.03#subdirectory=eris + pipx install --system-site-packages git+https://gitlab.com/ahamilton/eris@v2025.06.04#subdirectory=eris eris --install-all-tools Or install from source: (includes tools) diff --git a/eris/__init__.py b/eris/__init__.py index 36d6d03..274d002 100644 --- a/eris/__init__.py +++ b/eris/__init__.py @@ -1,3 +1,3 @@ -__version__ = "v2025.06.03" +__version__ = "v2025.06.04" diff --git a/fill3/fill3/__init__.py b/fill3/fill3/__init__.py index 3bac230..338e58b 100755 --- a/fill3/fill3/__init__.py +++ b/fill3/fill3/__init__.py @@ -15,7 +15,7 @@ import fill3.terminal as terminal import termstr -__version__ = "v2025.06.03" +__version__ = "v2025.06.04" ########################## diff --git a/fill3/pyproject.toml b/fill3/pyproject.toml index 6abceb7..43c3261 100644 --- a/fill3/pyproject.toml +++ b/fill3/pyproject.toml @@ -2,7 +2,7 @@ tool.uv.package = true [project] name = "fill3" -version = "v2025.06.03" +version = "v2025.06.04" description = "Fill3 provides basic widgets for a tui." authors = [ { name = "Andrew Hamilton", email = "and_hamilton@yahoo.com" }, diff --git a/lscolors/lscolors/__init__.py b/lscolors/lscolors/__init__.py index 3f4df55..701a73f 100644 --- a/lscolors/lscolors/__init__.py +++ b/lscolors/lscolors/__init__.py @@ -15,7 +15,7 @@ import lscolors import termstr -__version__ = "v2025.06.03" +__version__ = "v2025.06.04" FILE_KEY = "fi" diff --git a/lscolors/pyproject.toml b/lscolors/pyproject.toml index dc61127..2ebb549 100644 --- a/lscolors/pyproject.toml +++ b/lscolors/pyproject.toml @@ -7,7 +7,7 @@ allow-direct-references = true [project] name = "lscolors" -version = "v2025.06.03" +version = "v2025.06.04" description = "Give coloring for file types as in the ls command." authors = [ { name = "Andrew Hamilton", email = "and_hamilton@yahoo.com" }, diff --git a/packaging/make-readme.py b/packaging/make-readme.py index c22571e..fae28d8 100755 --- a/packaging/make-readme.py +++ b/packaging/make-readme.py @@ -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@v2025.06.03#subdirectory=eris + pipx install --system-site-packages git+https://gitlab.com/ahamilton/eris@v2025.06.04#subdirectory=eris eris --install-all-tools Or install from source: (includes tools) diff --git a/pyproject.toml b/pyproject.toml index f1555a2..3e8c6a0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ tool.uv.package = true [project] name = "eris" -version = "v2025.06.03" +version = "v2025.06.04" description = "Eris maintains an up-to-date set of reports for every file in a codebase." readme = "README.md" authors = [ diff --git a/termstr/pyproject.toml b/termstr/pyproject.toml index 8f6d442..35d4b30 100644 --- a/termstr/pyproject.toml +++ b/termstr/pyproject.toml @@ -2,7 +2,7 @@ tool.uv.package = true [project] name = "termstr" -version = "v2025.06.03" +version = "v2025.06.04" description = "Termstr provides strings with extra terminal styling." authors = [ { name = "Andrew Hamilton", email = "and_hamilton@yahoo.com" }, diff --git a/termstr/termstr/__init__.py b/termstr/termstr/__init__.py index 02cd4f7..70df20e 100644 --- a/termstr/termstr/__init__.py +++ b/termstr/termstr/__init__.py @@ -10,7 +10,7 @@ import weakref import cwcwidth -__version__ = "v2025.06.03" +__version__ = "v2025.06.04" ESC = "\x1b" diff --git a/uv.lock b/uv.lock index 9e81e46..3a2d1fc 100644 --- a/uv.lock +++ b/uv.lock @@ -27,7 +27,7 @@ wheels = [ [[package]] name = "eris" -version = "2025.6.3" +version = "2025.6.4" source = { editable = "." } dependencies = [ { name = "docopt-ng" }, @@ -54,7 +54,7 @@ requires-dist = [ [[package]] name = "fill3" -version = "2025.6.3" +version = "2025.6.4" source = { editable = "fill3" } dependencies = [ { name = "termstr" }, @@ -65,7 +65,7 @@ requires-dist = [{ name = "termstr", editable = "termstr" }] [[package]] name = "lscolors" -version = "2025.6.3" +version = "2025.6.4" source = { editable = "lscolors" } dependencies = [ { name = "termstr" }, @@ -171,7 +171,7 @@ sdist = { url = "https://files.pythonhosted.org/packages/d6/b4/b44fccc7040b01449 [[package]] name = "termstr" -version = "2025.6.3" +version = "2025.6.4" source = { editable = "termstr" } dependencies = [ { name = "cwcwidth" },