Skip to content

Commit 7f580bd

Browse files
authored
Merge pull request #3293 from Textualize/bump1371
bump
2 parents f4a7ed3 + 705bc46 commit 7f580bd

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.7.1] - 2023-02-28
99

1010
### Fixed
1111

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

20262026
- First official release, API still to be stabilized
20272027

2028+
[13.7.1]: https://github.com/textualize/rich/compare/v13.7.0...v13.7.1
20282029
[13.7.0]: https://github.com/textualize/rich/compare/v13.6.0...v13.7.0
20292030
[13.6.0]: https://github.com/textualize/rich/compare/v13.5.3...v13.6.0
20302031
[13.5.3]: https://github.com/textualize/rich/compare/v13.5.2...v13.5.3

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.7.0"
5+
version = "13.7.1"
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)