File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## Unreleased
4
4
5
+ ## 0.5.0 - 2022-11-05
6
+
5
7
### Features
6
8
- Support console markup in ** custom** ` usage ` messages. Note that this feature is not activated by
7
9
default. To enable it, set ` RichHelpFormatter.usage_markup = True ` .
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "flit_core.buildapi"
4
4
5
5
[project ]
6
6
name = " rich_argparse"
7
- version = " 0.4 .0"
7
+ version = " 0.5 .0"
8
8
description = " A rich help formatter for argparse"
9
9
authors = [
10
10
{
name =
" Ali Hamdan" ,
email =
" [email protected] " },
@@ -30,7 +30,10 @@ dependencies = [
30
30
requires-python = " >=3.7"
31
31
32
32
[project .urls ]
33
- Home = " https://github.com/hamdanal/rich-argparse"
33
+ homepage = " https://github.com/hamdanal/rich-argparse"
34
+ documentation = " https://github.com/hamdanal/rich-argparse#rich-argparse"
35
+ issue-tracker = " https://github.com/hamdanal/rich-argparse/issues"
36
+ changelog = " https://github.com/hamdanal/rich-argparse/blob/main/CHANGELOG.md"
34
37
35
38
[tool .tox ]
36
39
legacy_tox_ini = """
You can’t perform that action at this time.
0 commit comments