Skip to content

Commit b583de4

Browse files
committed
Prepare 2.19.1 release.
1 parent c13f3f1 commit b583de4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pygments/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"""
2727
from io import StringIO, BytesIO
2828

29-
__version__ = '2.19.0'
29+
__version__ = '2.19.1'
3030
__docformat__ = 'restructuredtext'
3131

3232
__all__ = ['lex', 'format', 'highlight']

0 commit comments

Comments
 (0)