Skip to content

Commit e9f75c9

Browse files
committed
Merge branch 'py312'
2 parents 35b64f1 + c8ff546 commit e9f75c9

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ 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+
## [13.6.0] - 2023-09-30
9+
10+
### Added
11+
12+
- Added Python 3.12 to classifiers.
13+
814
## [13.5.3] - 2023-09-17
915

1016
### Fixed
@@ -2001,6 +2007,7 @@ Major version bump for a breaking change to `Text.stylize signature`, which corr
20012007

20022008
- First official release, API still to be stabilized
20032009

2010+
[13.6.0]: https://github.com/textualize/rich/compare/v13.5.3...v13.6.0
20042011
[13.5.3]: https://github.com/textualize/rich/compare/v13.5.2...v13.5.3
20052012
[13.5.2]: https://github.com/textualize/rich/compare/v13.5.1...v13.5.2
20062013
[13.5.1]: https://github.com/textualize/rich/compare/v13.5.0...v13.5.1

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.3"
5+
version = "13.6.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)