From 22a4e7bb8e0b3fd24d92043f6ce30c5036a6831c Mon Sep 17 00:00:00 2001 From: Will McGugan Date: Mon, 29 Nov 2021 17:57:15 +0000 Subject: [PATCH] version bump --- CHANGELOG.md | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 21484dac..acd5a4c5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [10.15.1] - 2021-11-29 -### Fixed +### Changed - Reverted thread-safety fix for Live that introduced deadlock potential diff --git a/pyproject.toml b/pyproject.toml index 4300beae..3e99c2d3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ name = "rich" homepage = "https://github.com/willmcgugan/rich" documentation = "https://rich.readthedocs.io/en/latest/" -version = "10.15.0" +version = "10.15.1" description = "Render rich text, tables, progress bars, syntax highlighting, markdown and more to the terminal" authors = ["Will McGugan "] license = "MIT"