From ac713f88ae502cee427ebe1a5f079bd270e5ee5e Mon Sep 17 00:00:00 2001 From: KV Date: Wed, 27 May 2026 00:06:47 +0200 Subject: [PATCH 1/2] Create PR to collect changes for v0.4.2-rc --- src/wireviz/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wireviz/__init__.py b/src/wireviz/__init__.py index e3edc24f2..f1f2259e9 100644 --- a/src/wireviz/__init__.py +++ b/src/wireviz/__init__.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # Please don't import anything in this file to avoid issues when it is imported in setup.py -__version__ = "0.4.1" +__version__ = "0.4.2-dev" CMD_NAME = "wireviz" # Lower case command and module name APP_NAME = "WireViz" # Application name in texts meant to be human readable From a591490b9d55da04a72a9925cdb0a3dfc92a5d44 Mon Sep 17 00:00:00 2001 From: KV Date: Thu, 16 Jan 2025 19:31:48 +0100 Subject: [PATCH 2/2] Update setup.py with all tested python versions (#442) --- setup.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/setup.py b/setup.py index 97f61aa97..ef9bbbe0d 100644 --- a/setup.py +++ b/setup.py @@ -40,6 +40,10 @@ "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", + "Programming Language :: Python :: 3.9", + "Programming Language :: Python :: 3.10", + "Programming Language :: Python :: 3.11", + "Programming Language :: Python :: 3.12", "Topic :: Utilities", "License :: OSI Approved :: GNU General Public License v3 (GPLv3)", ],