diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d8457fa7..dfd4d4212 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 +## [6.2.0] - 2025-09-30 ### Changed @@ -3129,6 +3129,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 +[6.2.0]: https://github.com/Textualize/textual/compare/v6.1.0...v6.2.0 [6.1.0]: https://github.com/Textualize/textual/compare/v6.0.0...v6.1.0 [6.0.0]: https://github.com/Textualize/textual/compare/v5.3.0...v6.0.0 [5.3.0]: https://github.com/Textualize/textual/compare/v5.2.0...v5.3.0 diff --git a/pyproject.toml b/pyproject.toml index 7b057d125..593082ea3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "textual" -version = "6.1.0" +version = "6.2.0" homepage = "https://github.com/Textualize/textual" repository = "https://github.com/Textualize/textual" documentation = "https://textual.textualize.io/"