Skip to content

Commit 43fc53b

Browse files
committed
version bump
1 parent 0de0b19 commit 43fc53b

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
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](http://keepachangelog.com/)
66
and this project adheres to [Semantic Versioning](http://semver.org/).
77

8-
## [0.9.0] - Unreleased
8+
## [0.9.0] - 2022-12-30
99

1010
### Added
1111

@@ -17,6 +17,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1717

1818
- Widget.render_line now returns a Strip
1919
- Fix for slow updates on Windows
20+
- Bumped Rich dependency
2021

2122
## [0.8.2] - 2022-12-28
2223

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "textual"
3-
version = "0.8.2"
3+
version = "0.9.0"
44
homepage = "https://github.com/Textualize/textual"
55
description = "Modern Text User Interface framework"
66
authors = ["Will McGugan <[email protected]>"]
@@ -30,7 +30,7 @@ textual = "textual.cli.cli:run"
3030

3131
[tool.poetry.dependencies]
3232
python = "^3.7"
33-
rich = "^12.6.0"
33+
rich = ">12.6.0"
3434
#rich = {path="../rich", develop=true}
3535
importlib-metadata = "^4.11.3"
3636
typing-extensions = { version = "^4.0.0", python = "<3.10" }

0 commit comments

Comments
 (0)