Skip to content

Commit e13d8f1

Browse files
authored
Merge pull request #289 from dwreeves/main
1.9.0 full release
2 parents 88dfa91 + e23f40d commit e13d8f1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## Version 1.9.0.dev6 (WIP)
3+
## Version 1.9.0 (2025-09-15)
44

55
> [!WARNING]
66
> Version 1.9.0 deprecates support for a lot of old versions of things:

docs/blog/posts/version-1.9.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
draft: true
2+
draft: false
33
slug: version-1.9
44
date: 2025-09-15
55
authors:

src/rich_click/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
from __future__ import annotations
99

1010

11-
__version__ = "1.9.0.dev6"
11+
__version__ = "1.9.0"
1212

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

0 commit comments

Comments
 (0)