Skip to content

Commit a0790e6

Browse files
committed
v1.0.0
1 parent 07d5649 commit a0790e6

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## Unreleased
44

5+
## 1.0.0 - 2023-01-07
6+
57
### Fixes
68
- `RichHelpFormatter` now respects format conversion types in help strings
79
* Issue #49, PR #50

pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "rich_argparse"
7-
version = "0.7.0"
7+
version = "1.0.0"
88
description = "A rich help formatter for argparse"
99
authors = [
1010
{name="Ali Hamdan", email="[email protected]"},
1111
]
1212
readme = "README.md"
1313
license = "MIT"
1414
classifiers = [
15-
"Development Status :: 4 - Beta",
15+
"Development Status :: 5 - Production/Stable",
1616
"Environment :: Console",
1717
"Intended Audience :: Developers",
1818
"License :: OSI Approved :: MIT License",
@@ -23,6 +23,7 @@ classifiers = [
2323
"Programming Language :: Python :: 3.10",
2424
"Programming Language :: Python :: 3.11",
2525
"Programming Language :: Python :: 3.12",
26+
"Topic :: Software Development :: User Interfaces",
2627
]
2728
keywords = ["argparse", "rich", "help-formatter"]
2829
dependencies = [

0 commit comments

Comments
 (0)