From 5847c9dc8e3dd88caf9d34545e9b64fa30fc4d0d Mon Sep 17 00:00:00 2001 From: Will McGugan Date: Fri, 19 Apr 2024 11:20:59 +0100 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 c151eac8ac..cd0139a5ef 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.57.0] - 2024-04-19 ### Fixed @@ -1883,6 +1883,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.57.0]: https://github.com/Textualize/textual/compare/v0.56.3...v0.57.0 [0.56.3]: https://github.com/Textualize/textual/compare/v0.56.2...v0.56.3 [0.56.2]: https://github.com/Textualize/textual/compare/v0.56.1...v0.56.2 [0.56.1]: https://github.com/Textualize/textual/compare/v0.56.0...v0.56.1 diff --git a/pyproject.toml b/pyproject.toml index 239a53e19f..0395762016 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "textual" -version = "0.56.4" +version = "0.57.0" homepage = "https://github.com/Textualize/textual" repository = "https://github.com/Textualize/textual" documentation = "https://textual.textualize.io/"