We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc3b05d commit 4d555d0Copy full SHA for 4d555d0
1 file changed
pygments/__init__.py
@@ -28,7 +28,7 @@
28
import sys
29
from io import StringIO, BytesIO
30
31
-__version__ = '2.7.3'
+__version__ = '2.7.4'
32
__docformat__ = 'restructuredtext'
33
34
__all__ = ['lex', 'format', 'highlight']
0 commit comments