Skip to content

Commit 0d062a7

Browse files
authored
Merge pull request #2784 from Textualize/13.3.0
version bump
2 parents 3793a86 + 3df98f3 commit 0d062a7

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +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-
## [Unreleased]
8+
## [13.3.0]
9+
10+
### Fixed
11+
12+
- Fixed failing tests due to Pygments dependency https://github.com/Textualize/rich/issues/2757
13+
- Relaxed ipywidgets https://github.com/Textualize/rich/issues/2767
914

1015
### Added
1116

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

18881893
- First official release, API still to be stabilized
18891894

1895+
[13.3.0]: https://github.com/textualize/rich/compare/v13.2.0...v13.3.0
18901896
[13.2.0]: https://github.com/textualize/rich/compare/v13.1.0...v13.2.0
18911897
[13.1.0]: https://github.com/textualize/rich/compare/v13.0.1...v13.1.0
18921898
[13.0.1]: https://github.com/textualize/rich/compare/v13.0.0...v13.0.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.2.0"
5+
version = "13.3.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)