From 34a2a1343bb7f5c32d75fe48ec61ab062ac226ef Mon Sep 17 00:00:00 2001 From: Isaiah Odhner Date: Mon, 18 Sep 2023 02:09:11 -0400 Subject: [PATCH] Fix heading in changelog for 0.37.0 --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f56879e54..51e2338d84 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,7 +12,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). - Fixed the command palette crashing with a `TimeoutError` in any Python before 3.11 https://github.com/Textualize/textual/issues/3320 - Fixed `Input` event leakage from `CommandPalette` to `App`. -## [0.36.0] - 2023-09-15 +## [0.37.0] - 2023-09-15 ### Added