From 418eded939c3cb1db6c9a4545d97df1964513962 Mon Sep 17 00:00:00 2001 From: frankovo Date: Sat, 9 May 2026 11:48:48 +0200 Subject: [PATCH] =?UTF-8?q?bump:=20version=201.0.0=20=E2=86=92=201.1.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 2 ++ pyproject.toml | 4 ++-- src/dns_benchmark/__init__.py | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3cb96f0..d98042e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,5 @@ +## v1.1.0 (2026-05-09) + ## v1.0.0 (2026-05-03) ### Feat diff --git a/pyproject.toml b/pyproject.toml index 8ff1840..56a3dda 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "dns-benchmark-tool" -version = "1.0.0" +version = "1.1.0" description = "deprecated — migrate to net-benchmark. see https://github.com/net-benchmark/net-benchmark" readme = { file = "README-pypi.md", content-type = "text/markdown" } authors = [ @@ -110,7 +110,7 @@ addopts = "-ra -q" [tool.commitizen] name = "cz_conventional_commits" -version = "1.0.0" +version = "1.1.0" tag_format = "v$version" version_files = [ "pyproject.toml:version", diff --git a/src/dns_benchmark/__init__.py b/src/dns_benchmark/__init__.py index d1bd48f..6f743c5 100644 --- a/src/dns_benchmark/__init__.py +++ b/src/dns_benchmark/__init__.py @@ -1,6 +1,6 @@ import warnings -__version__ = "1.0.0" +__version__ = "1.1.0" warnings.warn( "dns-benchmark-tool is deprecated and no longer maintained. "