Skip to content

Commit

Permalink
v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hamdanal committed Mar 11, 2023
1 parent 44fc218 commit 0c78fe8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

## 1.1.0 - 2023-03-11

### Features
- Add a new style for `%(prog)s` in the usage. The style is applied in argparse-generated usage and
in user defined usage whether the user usage is plain text or rich markup.
Expand Down
4 changes: 1 addition & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "rich_argparse"
version = "1.0.0"
version = "1.1.0"
description = "A rich help formatter for argparse"
authors = [
{name="Ali Hamdan", email="[email protected]"},
Expand Down Expand Up @@ -62,7 +62,6 @@ commands =
"""

[tool.black]
target_version = ["py37"]
line_length = 100

[tool.isort]
Expand All @@ -83,7 +82,6 @@ disallow_untyped_defs = false
disallow_incomplete_defs = false

[tool.pyright]
pythonVersion = "3.7"
stubPath = "stubs"
include = ["rich_argparse.py"]

Expand Down

0 comments on commit 0c78fe8

Please sign in to comment.