This commit is contained in:
Will McGugan
2025-08-31 17:12:50 +01:00
parent fd14d1050e
commit bd2a2500b6
2 changed files with 3 additions and 2 deletions

View File

@@ -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.0.0] - 2025-08-31
### Fixed
@@ -3089,6 +3089,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.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
[5.2.0]: https://github.com/Textualize/textual/compare/v5.1.1...v5.2.0
[5.1.1]: https://github.com/Textualize/textual/compare/v5.1.0...v5.1.1

View File

@@ -1,6 +1,6 @@
[tool.poetry]
name = "textual"
version = "5.3.0"
version = "6.0.0"
homepage = "https://github.com/Textualize/textual"
repository = "https://github.com/Textualize/textual"
documentation = "https://textual.textualize.io/"