Skip to content

Commit 927e59b

Browse files
authored
version bump (#3501)
1 parent 1a0cd77 commit 927e59b

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

CHANGELOG.md

Lines changed: 4 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.39.0] - 2023-10-10
99

1010
### Fixed
1111

@@ -1342,6 +1342,9 @@ https://textual.textualize.io/blog/2022/11/08/version-040/#version-040
13421342
- New handler system for messages that doesn't require inheritance
13431343
- Improved traceback handling
13441344

1345+
[0.39.0]: https://github.com/Textualize/textual/compare/v0.38.1...v0.39.0
1346+
[0.38.1]: https://github.com/Textualize/textual/compare/v0.38.0...v0.38.1
1347+
[0.38.0]: https://github.com/Textualize/textual/compare/v0.37.1...v0.38.0
13451348
[0.37.1]: https://github.com/Textualize/textual/compare/v0.37.0...v0.37.1
13461349
[0.37.0]: https://github.com/Textualize/textual/compare/v0.36.0...v0.37.0
13471350
[0.36.0]: https://github.com/Textualize/textual/compare/v0.35.1...v0.36.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.38.1"
3+
version = "0.39.0"
44
homepage = "https://github.com/Textualize/textual"
55
repository = "https://github.com/Textualize/textual"
66
documentation = "https://textual.textualize.io/"
@@ -47,8 +47,8 @@ markdown-it-py = { extras = ["plugins", "linkify"], version = ">=2.1.0" }
4747
#rich = {path="../rich", develop=true}
4848
importlib-metadata = ">=4.11.3"
4949
typing-extensions = "^4.4.0"
50-
tree-sitter = {version = "^0.20.1", optional = true }
51-
tree_sitter_languages = {version = ">=1.7.0", optional = true}
50+
tree-sitter = { version = "^0.20.1", optional = true }
51+
tree_sitter_languages = { version = ">=1.7.0", optional = true }
5252

5353
[tool.poetry.extras]
5454
syntax = ["tree-sitter", "tree_sitter_languages"]

0 commit comments

Comments
 (0)