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 35e4cfd commit 94d74bbCopy full SHA for 94d74bb
CHANGELOG.md
@@ -2,6 +2,12 @@
2
3
## Unreleased
4
5
+## 0.2.1 - 2022-09-25
6
+
7
+### Fixes
8
+- Fix compatibility with `argparse.ArgumentDefaultsHelpFormatter`
9
+ * Issue #13, PR #14
10
11
## 0.2.0 - 2022-09-17
12
13
### Features
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "flit_core.buildapi"
[project]
name = "rich_argparse"
-version = "0.2.0"
+version = "0.2.1"
description = "A rich help formatter for argparse"
authors = [
{name="Ali Hamdan", email="[email protected]"},
0 commit comments