Skip to content

Commit c16116d

Browse files
committed
Version 1.7.1
1 parent b73cfea commit c16116d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Change Log
22

3-
## Unreleased
3+
## 1.7.1 - 2025-05-25
44

55
### Fixes
66
- [PR-162](https://github.com/hamdanal/rich-argparse/pull/162)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "rich-argparse"
7-
version = "1.7.0"
7+
version = "1.7.1"
88
description = "Rich help formatters for argparse and optparse"
99
authors = [
1010
{name="Ali Hamdan", email="[email protected]"},

scripts/run-tests

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
set -euxo pipefail
44

55
for python in 3.{8..14}; do
6-
uvx --python=${python} --with=. --with-requirements=tests/requirements.txt pytest --cov
6+
uvx --isolated --python=${python} --with=. --with-requirements=tests/requirements.txt pytest --cov
77
done

0 commit comments

Comments
 (0)