Skip to content

Commit 8c297cb

Browse files
authored
Merge pull request #2764 from Textualize/13.2.0
version bump
2 parents 9045ec0 + 42d84e1 commit 8c297cb

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

+2-1
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.2.0] - 2023-01-19
99

1010
### Changed
1111

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

18811881
- First official release, API still to be stabilized
18821882

1883+
[13.2.0]: https://github.com/textualize/rich/compare/v13.1.0...v13.2.0
18831884
[13.1.0]: https://github.com/textualize/rich/compare/v13.0.1...v13.1.0
18841885
[13.0.1]: https://github.com/textualize/rich/compare/v13.0.0...v13.0.1
18851886
[13.0.0]: https://github.com/textualize/rich/compare/v12.6.0...v13.0.0

pyproject.toml

+1-1
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.1.0"
5+
version = "13.2.0"
66
description = "Render rich text, tables, progress bars, syntax highlighting, markdown and more to the terminal"
77
authors = ["Will McGugan <[email protected]>"]
88
license = "MIT"

0 commit comments

Comments
 (0)