We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 88dfa91 + e23f40d commit e13d8f1Copy full SHA for e13d8f1
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Changelog
2
3
-## Version 1.9.0.dev6 (WIP)
+## Version 1.9.0 (2025-09-15)
4
5
> [!WARNING]
6
> Version 1.9.0 deprecates support for a lot of old versions of things:
docs/blog/posts/version-1.9.md
@@ -1,5 +1,5 @@
---
-draft: true
+draft: false
slug: version-1.9
date: 2025-09-15
authors:
src/rich_click/__init__.py
@@ -8,7 +8,7 @@
8
from __future__ import annotations
9
10
11
-__version__ = "1.9.0.dev6"
+__version__ = "1.9.0"
12
13
# Import the entire click API here.
14
# We need to manually import these instead of `from click import *` to force
0 commit comments