From 4d555d0fffc914a2a4ac9874416cdaaf8f8c9e74 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matth=C3=A4us=20G=2E=20Chajdas?= Date: Tue, 12 Jan 2021 08:02:24 +0100 Subject: [PATCH] Bump version to 2.7.4. --- pygments/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pygments/__init__.py b/pygments/__init__.py index 8fc956943f..86523355d4 100644 --- a/pygments/__init__.py +++ b/pygments/__init__.py @@ -28,7 +28,7 @@ import sys from io import StringIO, BytesIO -__version__ = '2.7.3' +__version__ = '2.7.4' __docformat__ = 'restructuredtext' __all__ = ['lex', 'format', 'highlight']