Skip to content

Commit

Permalink
Bump v1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ewels committed May 17, 2022
1 parent bfdffc0 commit f90f2bf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Changelog: rich-click

## Version 1.3.3.dev0
## Version 1.4 (2022-05-17)

- Fixed `AttributeError` from `envvar` code in some Typer usage [[#70](https://github.com/ewels/rich-click/pull/70)]
- Added support for styling the tables that options and commands are displayed in [[#69](https://github.com/ewels/rich-click/issues/69)]
- Fixed `AttributeError` from `envvar` code in some Typer usage [[#70](https://github.com/ewels/rich-click/pull/70)]

## Version 1.3.2 (2022-05-16)

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 @@ -5,7 +5,7 @@
customisation required.
"""

__version__ = "1.3.3.dev0"
__version__ = "1.4"

from typing import TYPE_CHECKING

Expand Down

0 comments on commit f90f2bf

Please sign in to comment.