Skip to content

Commit a08fb41

Browse files
committed
version bump
1 parent 43b346e commit a08fb41

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ 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.88.1] - 2024-11-30
9+
10+
### Fixed
11+
12+
- Fixed excessive rendering of the OptionList https://github.com/Textualize/textual/pull/5311
13+
- Fixed rendering glitches in Select https://github.com/Textualize/textual/pull/5311
14+
815
## [0.88.0] - 2024-11-29
916

1017
### Fixed
@@ -2600,6 +2607,7 @@ https://textual.textualize.io/blog/2022/11/08/version-040/#version-040
26002607
- New handler system for messages that doesn't require inheritance
26012608
- Improved traceback handling
26022609

2610+
[0.88.1]: https://github.com/Textualize/textual/compare/v0.88.0...v0.88.1
26032611
[0.88.0]: https://github.com/Textualize/textual/compare/v0.87.1...v0.88.0
26042612
[0.87.1]: https://github.com/Textualize/textual/compare/v0.87.0...v0.87.1
26052613
[0.87.0]: https://github.com/Textualize/textual/compare/v0.86.4...v0.87.0

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "textual"
3-
version = "0.88.0"
3+
version = "0.88.1"
44
homepage = "https://github.com/Textualize/textual"
55
repository = "https://github.com/Textualize/textual"
66
documentation = "https://textual.textualize.io/"
@@ -9,8 +9,8 @@ description = "Modern Text User Interface framework"
99
authors = ["Will McGugan <will@textualize.io>"]
1010
license = "MIT"
1111
readme = "README.md"
12-
classifiers = [
13-
"Development Status :: 4 - Beta",
12+
classifiers = [
13+
"Development Status :: 5 - Production/Stable",
1414
"Environment :: Console",
1515
"Intended Audience :: Developers",
1616
"Operating System :: Microsoft :: Windows :: Windows 10",

0 commit comments

Comments
 (0)