From f5282a01f1a4c6e39908f0516a6da94e9fd2b540 Mon Sep 17 00:00:00 2001 From: ObserverOfTime Date: Thu, 16 Jan 2025 20:22:05 +0200 Subject: [PATCH] chore: release 0.24.0 --- docs/conf.py | 6 +++--- pyproject.toml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 61fb55d..1a3b7c6 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -22,7 +22,7 @@ } master_doc = "index" language = "en" -needs_sphinx = "7.4" +needs_sphinx = "8.1" templates_path = ["_templates"] intersphinx_mapping = { @@ -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, diff --git a/pyproject.toml b/pyproject.toml index 17a1c59..3d12a44 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 = [ @@ -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", ]