mirror of https://github.com/Textualize/rich.git
version bump
This commit is contained in:
parent
db2e3e8930
commit
ad6b8865ff
|
@ -2104,6 +2104,7 @@ Major version bump for a breaking change to `Text.stylize signature`, which corr
|
|||
|
||||
- First official release, API still to be stabilized
|
||||
|
||||
[13.9.3]: https://github.com/textualize/rich/compare/v13.9.2...v13.9.3
|
||||
[13.9.2]: https://github.com/textualize/rich/compare/v13.9.1...v13.9.2
|
||||
[13.9.1]: https://github.com/textualize/rich/compare/v13.9.0...v13.9.1
|
||||
[13.9.0]: https://github.com/textualize/rich/compare/v13.8.1...v13.9.0
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
name = "rich"
|
||||
homepage = "https://github.com/Textualize/rich"
|
||||
documentation = "https://rich.readthedocs.io/en/latest/"
|
||||
version = "13.9.2"
|
||||
version = "13.9.3"
|
||||
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