We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fdcc179 commit 89d5c26Copy full SHA for 89d5c26
CHANGELOG.md
@@ -2,6 +2,8 @@
2
3
## Unreleased
4
5
+## 1.5.2 - 2024-06-15
6
+
7
### Fixes
8
- [PR-124](https://github.com/hamdanal/rich-argparse/pull/124)
9
Fix a regression in `%(default)s` style that was introduced in #123.
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project]
name = "rich-argparse"
-version = "1.5.1"
+version = "1.5.2"
description = "Rich help formatters for argparse and optparse"
authors = [
10
{name="Ali Hamdan", email="[email protected]"},
0 commit comments