Skip to content
This repository was archived by the owner on May 9, 2026. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## v1.1.3 (2026-05-09)

## v1.1.2 (2026-05-09)

## v1.1.1 (2026-05-09)
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "dns-benchmark-tool"
version = "1.1.2"
version = "1.1.3"
description = "deprecated — migrate to net-benchmark. see https://github.com/net-benchmark/net-benchmark"
readme = { file = "README-pypi.md", content-type = "text/markdown" }
authors = [
Expand Down Expand Up @@ -110,7 +110,7 @@ addopts = "-ra -q"

[tool.commitizen]
name = "cz_conventional_commits"
version = "1.1.2"
version = "1.1.3"
tag_format = "v$version"
version_files = [
"pyproject.toml:version",
Expand Down
2 changes: 1 addition & 1 deletion src/dns_benchmark/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import warnings

__version__ = "1.1.2"
__version__ = "1.1.3"

warnings.warn(
"dns-benchmark-tool is deprecated and no longer maintained. "
Expand Down
Loading