Skip to content

Commit 6aebb0e

Browse files
authored
Merge pull request #4938 from Textualize/bump0780
bump to 0.78.0
2 parents fba4773 + 00fc318 commit 6aebb0e

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
66
and this project adheres to [Semantic Versioning](http://semver.org/).
77

88

9-
## Unreleased
9+
## [0.78.0] - 2024-08-27
1010

1111
### Added
1212

@@ -2318,6 +2318,7 @@ https://textual.textualize.io/blog/2022/11/08/version-040/#version-040
23182318
- New handler system for messages that doesn't require inheritance
23192319
- Improved traceback handling
23202320

2321+
[0.78.0]: https://github.com/Textualize/textual/compare/v0.77.0...v0.78.0
23212322
[0.77.0]: https://github.com/Textualize/textual/compare/v0.76.0...v0.77.0
23222323
[0.76.0]: https://github.com/Textualize/textual/compare/v0.75.1...v0.76.0
23232324
[0.75.1]: https://github.com/Textualize/textual/compare/v0.75.0...v0.75.1

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.77.0"
3+
version = "0.78.0"
44
homepage = "https://github.com/Textualize/textual"
55
repository = "https://github.com/Textualize/textual"
66
documentation = "https://textual.textualize.io/"

0 commit comments

Comments
 (0)