Skip to content

Commit e14ea1a

Browse files
committed
bump
1 parent 1e6a322 commit e14ea1a

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ 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+
## [0.63.2] - 2024-05-23
9+
10+
### Fixed
11+
12+
- Fixed issue with namespaces in links https://github.com/Textualize/textual/pull/4546
13+
814
## [0.63.1] - 2024-05-22
915

1016
### Fixed
@@ -1996,6 +2002,7 @@ https://textual.textualize.io/blog/2022/11/08/version-040/#version-040
19962002
- New handler system for messages that doesn't require inheritance
19972003
- Improved traceback handling
19982004

2005+
[0.63.2]: https://github.com/Textualize/textual/compare/v0.63.1...v0.63.2
19992006
[0.63.1]: https://github.com/Textualize/textual/compare/v0.63.0...v0.63.1
20002007
[0.63.0]: https://github.com/Textualize/textual/compare/v0.62.0...v0.63.0
20012008
[0.62.0]: https://github.com/Textualize/textual/compare/v0.61.1...v0.62.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.63.1"
3+
version = "0.63.2"
44
homepage = "https://github.com/Textualize/textual"
55
repository = "https://github.com/Textualize/textual"
66
documentation = "https://textual.textualize.io/"

src/textual/app.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3104,7 +3104,6 @@ async def run_action(
31043104
Returns:
31053105
True if the event has been handled.
31063106
"""
3107-
print("r", action, default_namespace)
31083107
action_target, action_name, params = self._parse_action(
31093108
action, self if default_namespace is None else default_namespace
31103109
)

0 commit comments

Comments
 (0)