Skip to content

Commit

Permalink
Bump to v1.3.2 for release
Browse files Browse the repository at this point in the history
  • Loading branch information
ewels committed May 16, 2022
1 parent d59d70c commit 85cc9f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.3.2dev
## Version 1.3.2 (2022-05-16)

- Fix missed indentation issue in subcommand help text with `inspect.cleandoc` [[#67](https://github.com/ewels/rich-click/pull/67)]
- Add support for showing Click / Typer `envvar` environment variables [[#36](https://github.com/ewels/rich-click/issues/36)]
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.2.dev0"
__version__ = "1.3.2"

from typing import TYPE_CHECKING

Expand Down

0 comments on commit 85cc9f7

Please sign in to comment.