We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92e2e69 commit d432649Copy full SHA for d432649
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Changelog
2
3
-## Version 1.8.7a0 (2025-02-26)
+## Version 1.8.7 (2025-03-08)
4
5
- Add ability to turn off option/command deduplication in groups [[#226](https://github.com/ewels/rich-click/issues/226)]
6
- Fix regression in stderr handling [[#164](https://github.com/ewels/rich-click/issues/164)]
src/rich_click/__init__.py
@@ -6,7 +6,7 @@
customization required.
7
"""
8
9
-__version__ = "1.8.7dev0"
+__version__ = "1.8.7"
10
11
# Import the entire click API here.
12
# We need to manually import these instead of `from click import *` to force
0 commit comments