Skip to content

Commit 7db6b63

Browse files
committed
version bump
1 parent d141390 commit 7db6b63

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## Unreleased
8+
## [13.9.0]
99

1010
### Changed
1111

@@ -2084,6 +2084,7 @@ Major version bump for a breaking change to `Text.stylize signature`, which corr
20842084

20852085
- First official release, API still to be stabilized
20862086

2087+
[13.9.0]: https://github.com/textualize/rich/compare/v13.8.1...v13.9.0
20872088
[13.8.1]: https://github.com/textualize/rich/compare/v13.8.0...v13.8.1
20882089
[13.8.0]: https://github.com/textualize/rich/compare/v13.7.1...v13.8.0
20892090
[13.7.1]: https://github.com/textualize/rich/compare/v13.7.0...v13.7.1

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "rich"
33
homepage = "https://github.com/Textualize/rich"
44
documentation = "https://rich.readthedocs.io/en/latest/"
5-
version = "13.8.1"
5+
version = "13.9.0"
66
description = "Render rich text, tables, progress bars, syntax highlighting, markdown and more to the terminal"
77
authors = ["Will McGugan <willmcgugan@gmail.com>"]
88
license = "MIT"

0 commit comments

Comments
 (0)