From 4cc35d43a01579650bf3cb64814c1f0f831b5f5c Mon Sep 17 00:00:00 2001 From: mboot-github <130295084+mboot-github@users.noreply.github.com> Date: Thu, 6 Aug 2026 12:35:07 +0200 Subject: [PATCH] add version --- README.md | 3 +++ whoisdomain/version.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8dc4f90..2f419e0 100644 --- a/README.md +++ b/README.md @@ -104,3 +104,6 @@ see the Analizer directory and `make suggest`. ## 2.20260805.2 - create a separate Issues text and rephrase the memory issue after better testing from [Misiu](https://github.com/Misiu) + +## 2.20260806.1 +- test auto publish on tag push diff --git a/whoisdomain/version.py b/whoisdomain/version.py index 07f410c..d5085ae 100644 --- a/whoisdomain/version.py +++ b/whoisdomain/version.py @@ -1,2 +1,2 @@ # This module only makes the version available for dynamic versioning -VERSION = "2.20260805.2" +VERSION = "2.20260806.1"