Skip to content

Commit c8ff546

Browse files
committed
version bump
1 parent 3f8c4af commit c8ff546

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
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

Lines changed: 1 addition & 1 deletion
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 <willmcgugan@gmail.com>"]
88
license = "MIT"

0 commit comments

Comments
 (0)