From e14cdd0757d3c698763c939dad8950dfaaf85695 Mon Sep 17 00:00:00 2001 From: Will McGugan Date: Sat, 16 Sep 2023 10:54:37 +0100 Subject: [PATCH] version bump --- CHANGELOG.md | 2 -- pyproject.toml | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 51e2338d84..af51f21289 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,8 +12,6 @@ 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.37.0] - 2023-09-15 - ### Added - Added the command palette https://github.com/Textualize/textual/pull/3058 diff --git a/pyproject.toml b/pyproject.toml index aebdaf176c..f343aea290 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "textual" -version = "0.37.0" +version = "0.37.1" homepage = "https://github.com/Textualize/textual" repository = "https://github.com/Textualize/textual" documentation = "https://textual.textualize.io/"