Skip to content

Commit 2413818

Browse files
authored
Merge pull request Textualize#5202 from Textualize/bump0852
bump version
2 parents cc4e9c4 + 5605863 commit 2413818

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
@@ -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.85.2] - 2024-11-02
99

1010
- Fixed broken focus-within https://github.com/Textualize/textual/pull/5190
1111

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

2496+
[0.85.2]: https://github.com/Textualize/textual/compare/v0.85.1...v0.85.2
24962497
[0.85.1]: https://github.com/Textualize/textual/compare/v0.85.0...v0.85.1
24972498
[0.85.0]: https://github.com/Textualize/textual/compare/v0.84.0...v0.85.0
24982499
[0.84.0]: https://github.com/Textualize/textual/compare/v0.83.0...v0.84.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.85.1"
3+
version = "0.85.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)