parent
b9c6520db4
commit
551d93c7c8
2 changed files with 4 additions and 0 deletions
|
|
@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
|
|||
### Fixed
|
||||
|
||||
- Fixed how the namespace for messages is calculated to facilitate inheriting messages https://github.com/Textualize/textual/issues/1814
|
||||
- `Tab` is now correctly made available from `textual.widgets`.
|
||||
|
||||
## [0.15.0] - 2023-03-13
|
||||
|
||||
|
|
|
|||
3
src/textual/widgets/_tab.py
Normal file
3
src/textual/widgets/_tab.py
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
from ._tabs import Tab
|
||||
|
||||
__all__ = ["Tab"]
|
||||
Loading…
Reference in a new issue