Skip to content

Commit

Permalink
Merge pull request #228 from dwreeves/main
Browse files Browse the repository at this point in the history
Patch release 1.8.7
  • Loading branch information
dwreeves authored Mar 9, 2025
2 parents 92e2e69 + d432649 commit 87aa8e8
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

## Version 1.8.7a0 (2025-02-26)
## Version 1.8.7 (2025-03-08)

- Add ability to turn off option/command deduplication in groups [[#226](https://github.com/ewels/rich-click/issues/226)]
- Fix regression in stderr handling [[#164](https://github.com/ewels/rich-click/issues/164)]
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 @@
customization required.
"""

__version__ = "1.8.7dev0"
__version__ = "1.8.7"

# Import the entire click API here.
# We need to manually import these instead of `from click import *` to force
Expand Down

0 comments on commit 87aa8e8

Please sign in to comment.