From 859d77bd6fbe67a72ddeacc300c85deed3b26598 Mon Sep 17 00:00:00 2001 From: Will McGugan Date: Sun, 30 Mar 2025 15:10:32 +0100 Subject: [PATCH] bump to 13.0.0 --- CHANGELOG.md | 3 ++- pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b84fce7f0..10933867a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file. 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.0.0] - 2025-03-30 ### Added @@ -2123,6 +2123,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/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 [13.9.2]: https://github.com/textualize/rich/compare/v13.9.1...v13.9.2 diff --git a/pyproject.toml b/pyproject.toml index e0aafdc9b..41ccb1faf 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 = "13.9.4" +version = "14.0.0" description = "Render rich text, tables, progress bars, syntax highlighting, markdown and more to the terminal" authors = ["Will McGugan "] license = "MIT"