We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c13f3f1 commit b583de4Copy full SHA for b583de4
pygments/__init__.py
@@ -26,7 +26,7 @@
26
"""
27
from io import StringIO, BytesIO
28
29
-__version__ = '2.19.0'
+__version__ = '2.19.1'
30
__docformat__ = 'restructuredtext'
31
32
__all__ = ['lex', 'format', 'highlight']
0 commit comments