Skip to content

Commit

Permalink
Version 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hamdanal committed Jul 2, 2023
1 parent a76378a commit 523bd58
Show file tree
Hide file tree
Showing 3 changed files with 5 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.2.0 - 2023-07-02

### Features
- Add experimental support for `optparse`. Import optparse formatters from `rich_argparse.optparse`.
* PR #73
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ https://user-images.githubusercontent.com/93259987/224482407-ea1de764-09f7-415e-
![Downloads](https://pepy.tech/badge/rich-argparse/month)
](https://pypi.org/project/rich-argparse/)

Format argparse help output using [rich](https://pypi.org/project/rich).
Format argparse and optparse help using [rich](https://pypi.org/project/rich).

## Table of contents

Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ build-backend = "hatchling.build"

[project]
name = "rich-argparse"
version = "1.1.1"
description = "A rich help formatter for argparse"
version = "1.2.0"
description = "Rich help formatters for argparse and optparse"
authors = [
{name="Ali Hamdan", email="[email protected]"},
]
Expand Down

0 comments on commit 523bd58

Please sign in to comment.