Skip to content

Commit 3fa3d36

Browse files
authored
Merge pull request #3070 from Textualize/bump1351
version bump
2 parents 27a5a37 + aabfd16 commit 3fa3d36

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

+3-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.5.1] - 2023-29-31
99

1010
### Fixed
1111

@@ -1988,6 +1988,8 @@ Major version bump for a breaking change to `Text.stylize signature`, which corr
19881988

19891989
- First official release, API still to be stabilized
19901990

1991+
[13.5.1]: https://github.com/textualize/rich/compare/v13.5.0...v13.5.1
1992+
[13.5.0]: https://github.com/textualize/rich/compare/v13.4.2...v13.5.0
19911993
[13.4.2]: https://github.com/textualize/rich/compare/v13.4.1...v13.4.2
19921994
[13.4.1]: https://github.com/textualize/rich/compare/v13.4.0...v13.4.1
19931995
[13.4.0]: https://github.com/textualize/rich/compare/v13.3.5...v13.4.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.5.0"
5+
version = "13.5.1"
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)