summaryrefslogtreecommitdiff
path: root/pygments/__init__.py
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2020-09-17 08:59:46 +0200
committerGeorg Brandl <georg@python.org>2020-09-17 09:00:50 +0200
commit4587a7e80145d79ef49de1c15ca58a1a13cc9987 (patch)
treed34e12c188e525d72980d383505db85e95e1ea88 /pygments/__init__.py
parent8305c649ebcf55ab1f66586651da5c4888ab78e2 (diff)
downloadpygments-git-2.7.1.tar.gz
fix regression in JSON lexer, bump to 2.7.12.7.1
Fixes #1544
Diffstat (limited to 'pygments/__init__.py')
-rw-r--r--pygments/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pygments/__init__.py b/pygments/__init__.py
index da9ebeb1..9204a4cc 100644
--- a/pygments/__init__.py
+++ b/pygments/__init__.py
@@ -28,7 +28,7 @@
import sys
from io import StringIO, BytesIO
-__version__ = '2.7.0'
+__version__ = '2.7.1'
__docformat__ = 'restructuredtext'
__all__ = ['lex', 'format', 'highlight']