Skip to content

Commit f917421

Browse files
committed
version bump
1 parent e32ea49 commit f917421

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 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-
## [0.86.2] - Unreleased
9+
## [0.86.2] - 2024-11-18
1010

1111
### Fixed
1212

@@ -2552,6 +2552,9 @@ https://textual.textualize.io/blog/2022/11/08/version-040/#version-040
25522552
- New handler system for messages that doesn't require inheritance
25532553
- Improved traceback handling
25542554

2555+
2556+
[0.86.2]: https://github.com/Textualize/textual/compare/v0.86.1...v0.86.2
2557+
[0.86.1]: https://github.com/Textualize/textual/compare/v0.86.0...v0.86.1
25552558
[0.86.0]: https://github.com/Textualize/textual/compare/v0.85.2...v0.86.0
25562559
[0.85.2]: https://github.com/Textualize/textual/compare/v0.85.1...v0.85.2
25572560
[0.85.1]: https://github.com/Textualize/textual/compare/v0.85.0...v0.85.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.86.1"
3+
version = "0.86.2"
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)