From 1399c1eaaa545333bdcc7b743fb8c76f912fa61c Mon Sep 17 00:00:00 2001 From: Will McGugan Date: Thu, 5 Dec 2024 10:14:20 +0000 Subject: [PATCH] bump --- CHANGELOG.md | 3 ++- pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7807c1fbe0..2aa7d57e11 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). -## Unreleased +## [0.89.0] - 2024-11-05 ## Added @@ -2628,6 +2628,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.89.0]: https://github.com/Textualize/textual/compare/v0.88.1...v0.89.0 [0.88.1]: https://github.com/Textualize/textual/compare/v0.88.0...v0.88.1 [0.88.0]: https://github.com/Textualize/textual/compare/v0.87.1...v0.88.0 [0.87.1]: https://github.com/Textualize/textual/compare/v0.87.0...v0.87.1 diff --git a/pyproject.toml b/pyproject.toml index f7da768e58..baa9059c04 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "textual" -version = "0.88.1" +version = "0.89.0" homepage = "https://github.com/Textualize/textual" repository = "https://github.com/Textualize/textual" documentation = "https://textual.textualize.io/"