Skip to content

Commit

Permalink
version bump (#3501)
Browse files Browse the repository at this point in the history
  • Loading branch information
willmcgugan authored Oct 10, 2023
1 parent 1a0cd77 commit 927e59b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## Unreleased
## [0.39.0] - 2023-10-10

### Fixed

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

[0.39.0]: https://github.com/Textualize/textual/compare/v0.38.1...v0.39.0
[0.38.1]: https://github.com/Textualize/textual/compare/v0.38.0...v0.38.1
[0.38.0]: https://github.com/Textualize/textual/compare/v0.37.1...v0.38.0
[0.37.1]: https://github.com/Textualize/textual/compare/v0.37.0...v0.37.1
[0.37.0]: https://github.com/Textualize/textual/compare/v0.36.0...v0.37.0
[0.36.0]: https://github.com/Textualize/textual/compare/v0.35.1...v0.36.0
Expand Down
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "textual"
version = "0.38.1"
version = "0.39.0"
homepage = "https://github.com/Textualize/textual"
repository = "https://github.com/Textualize/textual"
documentation = "https://textual.textualize.io/"
Expand Down Expand Up @@ -47,8 +47,8 @@ markdown-it-py = { extras = ["plugins", "linkify"], version = ">=2.1.0" }
#rich = {path="../rich", develop=true}
importlib-metadata = ">=4.11.3"
typing-extensions = "^4.4.0"
tree-sitter = {version = "^0.20.1", optional = true }
tree_sitter_languages = {version = ">=1.7.0", optional = true}
tree-sitter = { version = "^0.20.1", optional = true }
tree_sitter_languages = { version = ">=1.7.0", optional = true }

[tool.poetry.extras]
syntax = ["tree-sitter", "tree_sitter_languages"]
Expand Down

0 comments on commit 927e59b

Please sign in to comment.