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 6688300 commit cfca62eCopy full SHA for cfca62e
CHANGES
@@ -9,7 +9,7 @@ Version 2.20.0
9
10
Version 2.19.2
11
--------------
12
-(unreleased)
+(released June 21st, 2025)
13
14
* Lua: Fix regression introduced in 2.19.0 (#2882, #2839)
15
pygments/__init__.py
@@ -26,7 +26,7 @@
26
"""
27
from io import StringIO, BytesIO
28
29
-__version__ = '2.19.1'
+__version__ = '2.19.2'
30
__docformat__ = 'restructuredtext'
31
32
__all__ = ['lex', 'format', 'highlight']
0 commit comments