We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0c828f commit ed94178Copy full SHA for ed94178
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.11.1
7
--------------
8
-(not released yet)
+(released December 31st, 2021)
9
10
- Updated lexers:
11
pygments/__init__.py
@@ -26,7 +26,7 @@
26
"""
27
from io import StringIO, BytesIO
28
29
-__version__ = '2.11.0'
+__version__ = '2.11.1'
30
__docformat__ = 'restructuredtext'
31
32
__all__ = ['lex', 'format', 'highlight']
0 commit comments