Skip to content

Commit

Permalink
Bump version to v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ewels committed Feb 28, 2022
1 parent 594bc8f commit f3cedf2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog: rich-click

## Version 1.2.0.dev0
## Version 1.2.0 (2022-02-28)

- New CLI functionality to richifiy via prefix any other tool using click, by @pawamoy [[#13](https://github.com/ewels/rich-click/pull/13)]
- Distribution now available via conda-forge
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 @@ click, formatted with rich, with minimal customisation required.

- 🌈 Rich command-line formatting of click help and error messages
- πŸ’« Nice styles be default, usage is simply `import rich_click as click`
- πŸ’» CLI tool to run on other people's packages (prefix the command with `rich-click`)
- πŸ’» CLI tool to run on _other people's_ tools (prefix the command with `rich-click`)
- 🎁 Group commands and options into named panels
- ❌ Well formatted error messages
- πŸ”’ Easily give custom sort order for options and commands
Expand Down
2 changes: 1 addition & 1 deletion src/rich_click/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
click, formatted with rich, with minimal customisation required.
"""

__version__ = "1.2.0.dev0"
__version__ = "1.2.0"

from click import *
from click import group as click_group
Expand Down

0 comments on commit f3cedf2

Please sign in to comment.