Skip to content

Commit 14aeb31

Browse files
authored
minor bump (#2809)
* minor bump * changelog
1 parent 4b02d37 commit 14aeb31

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/)
66
and this project adheres to [Semantic Versioning](http://semver.org/).
77

8-
## Unreleased
8+
## [0.28.1] - 2023-06-20
99

1010
### Fixed
1111

@@ -15,7 +15,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1515
- Fixed `Tabs` posting unnecessary messages when removing non-active tabs https://github.com/Textualize/textual/issues/2807
1616
- call_after_refresh will preserve the sender within the callback https://github.com/Textualize/textual/pull/2806
1717

18-
1918
### Added
2019

2120
- Added a method of allowing third party code to handle unhandled tokens in `Markdown` https://github.com/Textualize/textual/pull/2803
@@ -1081,6 +1080,7 @@ https://textual.textualize.io/blog/2022/11/08/version-040/#version-040
10811080
- New handler system for messages that doesn't require inheritance
10821081
- Improved traceback handling
10831082

1083+
[0.28.1]: https://github.com/Textualize/textual/compare/v0.28.0...v0.28.1
10841084
[0.28.0]: https://github.com/Textualize/textual/compare/v0.27.0...v0.28.0
10851085
[0.27.0]: https://github.com/Textualize/textual/compare/v0.26.0...v0.27.0
10861086
[0.26.0]: https://github.com/Textualize/textual/compare/v0.25.0...v0.26.0

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "textual"
3-
version = "0.28.0"
3+
version = "0.28.1"
44
homepage = "https://github.com/Textualize/textual"
55
description = "Modern Text User Interface framework"
66
authors = ["Will McGugan <[email protected]>"]

0 commit comments

Comments
 (0)