From 19b6dddd807b887eaaf313174fff3eb2e22cda25 Mon Sep 17 00:00:00 2001 From: Will McGugan Date: Fri, 25 Jul 2025 08:22:31 +0100 Subject: [PATCH] version bump --- CHANGELOG.md | 3 ++- pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f24a4ea7..e7583d893 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] +## [14.1.0] - 2025-06-25 ### Changed @@ -2142,6 +2142,7 @@ Major version bump for a breaking change to `Text.stylize signature`, which corr - First official release, API still to be stabilized +[14.0.0]: https://github.com/textualize/rich/compare/v14.0.0...v14.1.0 [14.0.0]: https://github.com/textualize/rich/compare/v13.9.4...v14.0.0 [13.9.4]: https://github.com/textualize/rich/compare/v13.9.3...v13.9.4 [13.9.3]: https://github.com/textualize/rich/compare/v13.9.2...v13.9.3 diff --git a/pyproject.toml b/pyproject.toml index 65c9623b9..e4969ee96 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ name = "rich" homepage = "https://github.com/Textualize/rich" documentation = "https://rich.readthedocs.io/en/latest/" -version = "14.0.0" +version = "14.1.0" description = "Render rich text, tables, progress bars, syntax highlighting, markdown and more to the terminal" authors = ["Will McGugan "] license = "MIT"