Skip to content
Merged

2.6.0 #121

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion 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 = "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"}]
Expand Down
2 changes: 1 addition & 1 deletion restructuredpython/restructuredpython.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"):
Expand Down
Loading