diff options
| -rw-r--r-- | CHANGES | 2 | ||||
| -rw-r--r-- | pygments/__init__.py | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -5,7 +5,7 @@ Pull request numbers before 2.4.2 are not linked as they refer to the now defunc Version 2.15.0 -------------- -(unreleased) +(released April 10th, 2023) - Added lexers: diff --git a/pygments/__init__.py b/pygments/__init__.py index afd36682..d2259ee6 100644 --- a/pygments/__init__.py +++ b/pygments/__init__.py @@ -26,7 +26,7 @@ """ from io import StringIO, BytesIO -__version__ = '2.14.0' +__version__ = '2.15.0' __docformat__ = 'restructuredtext' __all__ = ['lex', 'format', 'highlight'] |
