From 743e649885ebd0cd4525dbafe0eec7c7ec315b01 Mon Sep 17 00:00:00 2001 From: Will McGugan Date: Tue, 9 Nov 2021 17:03:02 +0000 Subject: [PATCH] verison bump --- CHANGELOG.md | 3 ++- pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 804769d4..6ddd4b3f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,12 +5,13 @@ 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). -## [10.13.1] - Unreleased +## [10.13.1] - 2021-11-09 ### Fixed - Fixed progress speed not updating when total doesn't change - Fixed superfluous new line in Status https://github.com/willmcgugan/rich/issues/1662 +- Fixed Windows legacy width again ## [10.13.0] - 2021-11-07 diff --git a/pyproject.toml b/pyproject.toml index b42f91a2..9291b5a4 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.13.0" +version = "10.13.1" description = "Render rich text, tables, progress bars, syntax highlighting, markdown and more to the terminal" authors = ["Will McGugan "] license = "MIT"