Skip to content

Commit ed94178

Browse files
committed
Prepare 2.11.1 release.
1 parent e0c828f commit ed94178

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGES

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Pull request numbers before 2.4.2 are not linked as they refer to the now defunc
55

66
Version 2.11.1
77
--------------
8-
(not released yet)
8+
(released December 31st, 2021)
99

1010
- Updated lexers:
1111

pygments/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"""
2727
from io import StringIO, BytesIO
2828

29-
__version__ = '2.11.0'
29+
__version__ = '2.11.1'
3030
__docformat__ = 'restructuredtext'
3131

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

0 commit comments

Comments
 (0)