From 3df98f34a11540a61d82fcadd33c9e76660712db Mon Sep 17 00:00:00 2001 From: Will McGugan Date: Fri, 27 Jan 2023 18:10:38 +0100 Subject: [PATCH] version bump --- CHANGELOG.md | 8 +++++++- pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 541d9852d..f1ee8ead5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,12 @@ 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.3.0] + +### Fixed + +- Fixed failing tests due to Pygments dependency https://github.com/Textualize/rich/issues/2757 +- Relaxed ipywidgets https://github.com/Textualize/rich/issues/2767 ### Added @@ -1887,6 +1892,7 @@ Major version bump for a breaking change to `Text.stylize signature`, which corr - First official release, API still to be stabilized +[13.3.0]: https://github.com/textualize/rich/compare/v13.2.0...v13.3.0 [13.2.0]: https://github.com/textualize/rich/compare/v13.1.0...v13.2.0 [13.1.0]: https://github.com/textualize/rich/compare/v13.0.1...v13.1.0 [13.0.1]: https://github.com/textualize/rich/compare/v13.0.0...v13.0.1 diff --git a/pyproject.toml b/pyproject.toml index eea245e8e..3547e0859 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.2.0" +version = "13.3.0" description = "Render rich text, tables, progress bars, syntax highlighting, markdown and more to the terminal" authors = ["Will McGugan "] license = "MIT"