Skip to content

Commit

Permalink
chore: release 0.24.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ObserverOfTime committed Jan 16, 2025
1 parent 7c3e9a1 commit f5282a0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
}
master_doc = "index"
language = "en"
needs_sphinx = "7.4"
needs_sphinx = "8.1"
templates_path = ["_templates"]

intersphinx_mapping = {
Expand All @@ -43,8 +43,8 @@
html_theme = "sphinx_book_theme"
html_theme_options = {
"repository_url": "https://github.com/tree-sitter/py-tree-sitter",
"pygment_light_style": "default",
"pygment_dark_style": "github-dark",
"pygments_light_style": "default",
"pygments_dark_style": "github-dark",
"navigation_with_keys": False,
"use_repository_button": True,
"use_download_button": False,
Expand Down
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "tree-sitter"
version = "0.23.2"
version = "0.24.0"
description = "Python bindings to the Tree-sitter parsing library"
keywords = ["incremental", "parsing", "tree-sitter"]
classifiers = [
Expand All @@ -31,12 +31,12 @@ name = "Max Brunsfeld"
email = "maxbrunsfeld@gmail.com"

[project.optional-dependencies]
docs = ["sphinx~=7.4", "sphinx-book-theme"]
docs = ["sphinx~=8.1", "sphinx-book-theme"]
tests = [
"tree-sitter-html>=0.23.2",
"tree-sitter-javascript>=0.23.1",
"tree-sitter-json>=0.24.8",
"tree-sitter-python>=0.23.0",
"tree-sitter-python>=0.23.6",
"tree-sitter-rust>=0.23.2",
]

Expand Down

0 comments on commit f5282a0

Please sign in to comment.