From 26e29a62a0dc720a7247047fe81abd13aca36c32 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matth=C3=A4us=20G=2E=20Chajdas?= Date: Sat, 18 Nov 2023 14:34:02 +0100 Subject: [PATCH] Bump version number. --- CHANGES | 2 +- pygments/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGES b/CHANGES index c494bd1c11..d0a6e757b6 100644 --- a/CHANGES +++ b/CHANGES @@ -5,7 +5,7 @@ Pull request numbers before 2.4.2 are not linked as they refer to the now defunc Version 2.17.0 -------------- -(unreleased) +(released November 18, 2023) - New lexers: diff --git a/pygments/__init__.py b/pygments/__init__.py index 2c1363684f..aea5e9e957 100644 --- a/pygments/__init__.py +++ b/pygments/__init__.py @@ -26,7 +26,7 @@ """ from io import StringIO, BytesIO -__version__ = '2.16.1' +__version__ = '2.17.0' __docformat__ = 'restructuredtext' __all__ = ['lex', 'format', 'highlight']