We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7361cc8 commit 24d92d1Copy full SHA for 24d92d1
CHANGELOG.md
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
5
The format is based on [Keep a Changelog](http://keepachangelog.com/)
6
and this project adheres to [Semantic Versioning](http://semver.org/).
7
8
+## [0.9.1] - 2022-12-30
9
+
10
+### Added
11
12
+- Added textual._win_sleep for Python on Windows < 3.11
13
14
## [0.9.0] - 2022-12-30
15
16
### Added
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "textual"
3
-version = "0.9.0"
+version = "0.9.1"
4
homepage = "https://github.com/Textualize/textual"
description = "Modern Text User Interface framework"
authors = ["Will McGugan <[email protected]>"]
0 commit comments