From ccd14b98092c7189452cfbe825158c434b90b9cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matth=C3=A4us=20G=2E=20Chajdas?= Date: Sun, 6 Dec 2020 14:05:50 +0100 Subject: Prepare 2.7.3 release. --- pygments/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pygments') diff --git a/pygments/__init__.py b/pygments/__init__.py index 446171e6..e5a27839 100644 --- a/pygments/__init__.py +++ b/pygments/__init__.py @@ -28,7 +28,7 @@ import sys from io import StringIO, BytesIO -__version__ = '2.7.2' +__version__ = '2.7.3' __docformat__ = 'restructuredtext' __all__ = ['lex', 'format', 'highlight'] -- cgit v1.2.1