We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ee47fb commit 62dff31Copy full SHA for 62dff31
CHANGES
@@ -5,7 +5,7 @@ Pull request numbers before 2.4.2 are not linked as they refer to the now defunc
5
6
Version 2.19.0
7
--------------
8
-(unreleased)
+(released January 5th, 2025)
9
10
- New lexers:
11
pygments/__init__.py
@@ -26,7 +26,7 @@
26
"""
27
from io import StringIO, BytesIO
28
29
-__version__ = '2.18.0'
+__version__ = '2.19.0'
30
__docformat__ = 'restructuredtext'
31
32
__all__ = ['lex', 'format', 'highlight']
0 commit comments