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