Skip to content

Commit fd98182

Browse files
authored
Merge pull request #3202 from Textualize/bump1370
new version
2 parents 59b1aca + 1f04c9c commit fd98182

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

CHANGELOG.md

+7-6
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.0] - 2023-11-15
99

1010
### Added
1111

@@ -49,7 +49,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4949
- Fixed Text.expand_tabs not expanding spans.
5050
- Fixed TimeElapsedColumn from showing negative.
5151
- Fix for escaping strings with a trailing backslash https://github.com/Textualize/rich/issues/2987
52-
- Fixed exception in Markdown with partial table https://github.com/Textualize/rich/issues/3053
52+
- Fixed exception in Markdown with partial table https://github.com/Textualize/rich/issues/3053
5353
- Fixed the HTML export template so that the `<html>` tag comes before the `<head>` tag https://github.com/Textualize/rich/issues/3021
5454
- Fixed issue with custom classes overwriting `__eq__` https://github.com/Textualize/rich/issues/2875
5555
- Fix rich.pretty.install breakage in iPython https://github.com/Textualize/rich/issues/3013
@@ -2019,14 +2019,15 @@ Major version bump for a breaking change to `Text.stylize signature`, which corr
20192019

20202020
- First official release, API still to be stabilized
20212021

2022+
[13.7.0]: https://github.com/textualize/rich/compare/v13.6.0...v13.7.0
20222023
[13.6.0]: https://github.com/textualize/rich/compare/v13.5.3...v13.6.0
20232024
[13.5.3]: https://github.com/textualize/rich/compare/v13.5.2...v13.5.3
20242025
[13.5.2]: https://github.com/textualize/rich/compare/v13.5.1...v13.5.2
20252026
[13.5.1]: https://github.com/textualize/rich/compare/v13.5.0...v13.5.1
2026-
[13.5.0]: https://github.com/textualize/rich/compare/v13.4.2...v13.5.0
2027-
[13.4.2]: https://github.com/textualize/rich/compare/v13.4.1...v13.4.2
2028-
[13.4.1]: https://github.com/textualize/rich/compare/v13.4.0...v13.4.1
2029-
[13.4.0]: https://github.com/textualize/rich/compare/v13.3.5...v13.4.0
2027+
[13.5.0]: https://github.com/textualize/rich/compare/v13.4.2...v13.5.0
2028+
[13.4.2]: https://github.com/textualize/rich/compare/v13.4.1...v13.4.2
2029+
[13.4.1]: https://github.com/textualize/rich/compare/v13.4.0...v13.4.1
2030+
[13.4.0]: https://github.com/textualize/rich/compare/v13.3.5...v13.4.0
20302031
[13.3.5]: https://github.com/textualize/rich/compare/v13.3.4...v13.3.5
20312032
[13.3.4]: https://github.com/textualize/rich/compare/v13.3.3...v13.3.4
20322033
[13.3.3]: https://github.com/textualize/rich/compare/v13.3.2...v13.3.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.6.0"
5+
version = "13.7.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)