Skip to content

Commit 2dca1b7

Browse files
authored
Merge pull request #3808 from Textualize/bump1410
version bump
2 parents a75a9a9 + 19b6ddd commit 2dca1b7

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88

9-
## [Unreleased]
9+
## [14.1.0] - 2025-06-25
1010

1111
### Changed
1212

@@ -2142,6 +2142,7 @@ Major version bump for a breaking change to `Text.stylize signature`, which corr
21422142

21432143
- First official release, API still to be stabilized
21442144

2145+
[14.0.0]: https://github.com/textualize/rich/compare/v14.0.0...v14.1.0
21452146
[14.0.0]: https://github.com/textualize/rich/compare/v13.9.4...v14.0.0
21462147
[13.9.4]: https://github.com/textualize/rich/compare/v13.9.3...v13.9.4
21472148
[13.9.3]: https://github.com/textualize/rich/compare/v13.9.2...v13.9.3

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "rich"
33
homepage = "https://github.com/Textualize/rich"
44
documentation = "https://rich.readthedocs.io/en/latest/"
5-
version = "14.0.0"
5+
version = "14.1.0"
66
description = "Render rich text, tables, progress bars, syntax highlighting, markdown and more to the terminal"
77
authors = ["Will McGugan <[email protected]>"]
88
license = "MIT"

0 commit comments

Comments
 (0)