version bump (#2049)
This commit is contained in:
parent
551d93c7c8
commit
507ee48967
2 changed files with 4 additions and 2 deletions
|
|
@ -6,7 +6,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
|
|||
and this project adheres to [Semantic Versioning](http://semver.org/).
|
||||
|
||||
|
||||
## Unreleased
|
||||
## [0.15.1] - 2023-03-14
|
||||
|
||||
### Fixed
|
||||
|
||||
|
|
@ -591,6 +591,8 @@ 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.15.1]: https://github.com/Textualize/textual/compare/v0.15.0...v0.15.1
|
||||
[0.15.0]: https://github.com/Textualize/textual/compare/v0.14.0...v0.15.0
|
||||
[0.14.0]: https://github.com/Textualize/textual/compare/v0.13.0...v0.14.0
|
||||
[0.13.0]: https://github.com/Textualize/textual/compare/v0.12.1...v0.13.0
|
||||
[0.12.1]: https://github.com/Textualize/textual/compare/v0.12.0...v0.12.1
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
[tool.poetry]
|
||||
name = "textual"
|
||||
version = "0.15.0"
|
||||
version = "0.15.1"
|
||||
homepage = "https://github.com/Textualize/textual"
|
||||
description = "Modern Text User Interface framework"
|
||||
authors = ["Will McGugan <will@textualize.io>"]
|
||||
|
|
|
|||
Loading…
Reference in a new issue