From 0e9ce527e6cc89aad8898bf04515231a5310958f Mon Sep 17 00:00:00 2001 From: Will McGugan Date: Mon, 31 Jul 2023 10:59:44 +0100 Subject: [PATCH 1/2] version bump --- CHANGELOG.md | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eb07a4107..dd532fe8c 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] +## [13.5.1] - 2023-29-31 ### Fixed diff --git a/pyproject.toml b/pyproject.toml index 8c62eacb3..4b75a7e83 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.5.0" +version = "13.5.1" description = "Render rich text, tables, progress bars, syntax highlighting, markdown and more to the terminal" authors = ["Will McGugan "] license = "MIT" From aabfd160c786c601683d004ead7bd4ad59f38f65 Mon Sep 17 00:00:00 2001 From: Will McGugan Date: Mon, 31 Jul 2023 11:00:57 +0100 Subject: [PATCH 2/2] changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index dd532fe8c..29590c34b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1988,6 +1988,8 @@ Major version bump for a breaking change to `Text.stylize signature`, which corr - First official release, API still to be stabilized +[13.5.1]: https://github.com/textualize/rich/compare/v13.5.0...v13.5.1 +[13.5.0]: https://github.com/textualize/rich/compare/v13.4.2...v13.5.0 [13.4.2]: https://github.com/textualize/rich/compare/v13.4.1...v13.4.2 [13.4.1]: https://github.com/textualize/rich/compare/v13.4.0...v13.4.1 [13.4.0]: https://github.com/textualize/rich/compare/v13.3.5...v13.4.0