From 8da4169a36bc6fba9c8ca3ee8ba5ec1f9649070b Mon Sep 17 00:00:00 2001 From: "R.C.M." Date: Sun, 28 Sep 2025 10:09:24 -0400 Subject: [PATCH 1/2] Update version to 2.6.0 --- restructuredpython/restructuredpython.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/restructuredpython/restructuredpython.py b/restructuredpython/restructuredpython.py index 0c8da26..d564625 100644 --- a/restructuredpython/restructuredpython.py +++ b/restructuredpython/restructuredpython.py @@ -26,7 +26,7 @@ from .tempload import * from textformat import * -__version__ = "2.5.1" +__version__ = "2.6.0" def compile_header_file(header_filename, mode="classic"): From 5d5ab32eee93adc774ed6b08c02e3926a17b1d61 Mon Sep 17 00:00:00 2001 From: "R.C.M." Date: Sun, 28 Sep 2025 10:10:01 -0400 Subject: [PATCH 2/2] Update pyproject.toml version to 2.6.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 75e53e2..93514df 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "restructuredpython" -version = "2.5.1.post0" +version = "2.6.0" requires-python = ">= 3.10" description = "A superset of Python with many new features, including full JS integration, multiline comments, header files, and optional curly brackets around control statements" authors = [{name = "Rihaan Meher", email = "meherrihaan@gmail.com"}]