Skip to content

Commit

Permalink
Version 1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hamdanal committed Jun 6, 2024
1 parent 47869f6 commit 664a7fa
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@

## Unreleased

## 1.5.1 - 2024-06-06

### Fixes
- [GH-121](https://github.com/hamdanal/rich-argparse/issues/115),
[PR-123](https://github.com/hamdanal/rich-argparse/pull/116)
- [GH-121](https://github.com/hamdanal/rich-argparse/issues/121),
[PR-123](https://github.com/hamdanal/rich-argparse/pull/123)
Fix `%(default)s` style when help markup is deactivated.

## 1.5.0 - 2024-06-01
Expand Down
2 changes: 1 addition & 1 deletion 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.5.0"
version = "1.5.1"
description = "Rich help formatters for argparse and optparse"
authors = [
{name="Ali Hamdan", email="[email protected]"},
Expand Down

0 comments on commit 664a7fa

Please sign in to comment.