From 61b54ed474c1cefc2d9e76fdbb2905b043b35753 Mon Sep 17 00:00:00 2001 From: Will McGugan Date: Sun, 24 Nov 2024 20:28:26 +0000 Subject: [PATCH] version bump --- CHANGELOG.md | 3 ++- pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 462829a3d..53417a21f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,7 +10,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## Fixed - Fixed offset not being applied to grid layout https://github.com/Textualize/textual/pull/5281 -- Fixed Select overlay set to auto width +- Fixed Select overlay set to auto width https://github.com/Textualize/textual/pull/5282 ## [0.87.0] - 2024-11-24 @@ -2582,6 +2582,7 @@ https://textual.textualize.io/blog/2022/11/08/version-040/#version-040 - New handler system for messages that doesn't require inheritance - Improved traceback handling +[0.87.1]: https://github.com/Textualize/textual/compare/v0.87.0...v0.87.1 [0.87.0]: https://github.com/Textualize/textual/compare/v0.86.4...v0.87.0 [0.86.3]: https://github.com/Textualize/textual/compare/v0.86.2...v0.86.3 [0.86.2]: https://github.com/Textualize/textual/compare/v0.86.1...v0.86.2 diff --git a/pyproject.toml b/pyproject.toml index b21f182d1..dae6c42ef 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "textual" -version = "0.87.0" +version = "0.87.1" homepage = "https://github.com/Textualize/textual" repository = "https://github.com/Textualize/textual" documentation = "https://textual.textualize.io/"