Merge pull request #5741 from Textualize/bump3.1.0

version bump
This commit is contained in:
Will McGugan
2025-04-12 08:59:57 +01:00
committed by GitHub
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
## [3.1.0] - 2025-04-12
### Fixed
@@ -2846,6 +2846,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
[3.1.0]: https://github.com/Textualize/textual/compare/v3.0.1...v3.1.0
[3.0.1]: https://github.com/Textualize/textual/compare/v3.0.0...v3.0.1
[3.0.0]: https://github.com/Textualize/textual/compare/v2.1.2...v3.0.0
[2.1.2]: https://github.com/Textualize/textual/compare/v2.1.1...v2.1.2

View File

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