From 8a9e949b66538b10e4f803a27e79e293543fbcc3 Mon Sep 17 00:00:00 2001 From: Rich Megginson Date: Tue, 19 May 2026 18:33:34 -0600 Subject: [PATCH] version 3.19.0 Signed-off-by: Rich Megginson --- setup.py | 2 +- src/tox_lsr/version.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 1ee3903..3cea923 100755 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ # pylint: disable=R1732 setup( name="tox-lsr", - version="3.18.1", + version="3.19.0", url="https://github.com/linux-system-roles/tox-lsr", description="A tox plugin for testing Linux system roles", long_description_content_type="text/markdown", diff --git a/src/tox_lsr/version.py b/src/tox_lsr/version.py index f9bd729..374e051 100644 --- a/src/tox_lsr/version.py +++ b/src/tox_lsr/version.py @@ -3,4 +3,4 @@ # """Holds tox-lsr plugin version.""" -__version__ = "3.18.1" +__version__ = "3.19.0"