Skip to content

Commit e14cdd0

Browse files
committed
version bump
1 parent 8002583 commit e14cdd0

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

CHANGELOG.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1212
- Fixed the command palette crashing with a `TimeoutError` in any Python before 3.11 https://github.com/Textualize/textual/issues/3320
1313
- Fixed `Input` event leakage from `CommandPalette` to `App`.
1414

15-
## [0.37.0] - 2023-09-15
16-
1715
### Added
1816

1917
- Added the command palette https://github.com/Textualize/textual/pull/3058

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "textual"
3-
version = "0.37.0"
3+
version = "0.37.1"
44
homepage = "https://github.com/Textualize/textual"
55
repository = "https://github.com/Textualize/textual"
66
documentation = "https://textual.textualize.io/"

0 commit comments

Comments
 (0)