Skip to content

Commit 9059f13

Browse files
committed
version bump
1 parent 4293e22 commit 9059f13

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 3 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.76.0]
99

1010
### Changed
1111

@@ -18,6 +18,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1818
### Fixed
1919

2020
- Input cursor blink effect will now restart correctly when any action is performed on the input https://github.com/Textualize/textual/pull/4773
21+
- Fixed bindings on same key not updating description https://github.com/Textualize/textual/pull/4850
2122

2223
## [0.75.1] - 2024-08-02
2324

@@ -2270,6 +2271,7 @@ https://textual.textualize.io/blog/2022/11/08/version-040/#version-040
22702271
- New handler system for messages that doesn't require inheritance
22712272
- Improved traceback handling
22722273

2274+
[0.76.0]: https://github.com/Textualize/textual/compare/v0.75.1...v0.76.0
22732275
[0.75.1]: https://github.com/Textualize/textual/compare/v0.75.0...v0.75.1
22742276
[0.75.0]: https://github.com/Textualize/textual/compare/v0.74.0...v0.75.0
22752277
[0.74.0]: https://github.com/Textualize/textual/compare/v0.73.0...v0.74.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.75.1"
3+
version = "0.76.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)