Skip to content

Commit d432649

Browse files
committed
Patch release 1.8.7
1 parent 92e2e69 commit d432649

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

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

55
- Add ability to turn off option/command deduplication in groups [[#226](https://github.com/ewels/rich-click/issues/226)]
66
- Fix regression in stderr handling [[#164](https://github.com/ewels/rich-click/issues/164)]

src/rich_click/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
customization required.
77
"""
88

9-
__version__ = "1.8.7dev0"
9+
__version__ = "1.8.7"
1010

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

0 commit comments

Comments
 (0)