mirror of https://github.com/Textualize/rich.git
verison bump
This commit is contained in:
parent
2c09d7f1a2
commit
743e649885
|
@ -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
|
||||
|
||||
|
|
|
@ -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 <willmcgugan@gmail.com>"]
|
||||
license = "MIT"
|
||||
|
|
Loading…
Reference in New Issue