Skip to content

Commit 2b59969

Browse files
committed
version bump
1 parent ae49d55 commit 2b59969

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
@@ -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-
## [0.68.1] - 2024-06-16
9+
## [0.69.0] - 2024-06-16
1010

1111
### Added
1212

@@ -2148,7 +2148,7 @@ https://textual.textualize.io/blog/2022/11/08/version-040/#version-040
21482148
- New handler system for messages that doesn't require inheritance
21492149
- Improved traceback handling
21502150

2151-
[0.68.1]: https://github.com/Textualize/textual/compare/v0.68.0...v0.68.1
2151+
[0.69.0]: https://github.com/Textualize/textual/compare/v0.68.0...v0.69.0
21522152
[0.68.0]: https://github.com/Textualize/textual/compare/v0.67.1...v0.68.0
21532153
[0.67.1]: https://github.com/Textualize/textual/compare/v0.67.0...v0.67.1
21542154
[0.67.0]: https://github.com/Textualize/textual/compare/v0.66.0...v0.67.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.68.1"
3+
version = "0.69.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)