We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2167e4 commit a821b89Copy full SHA for a821b89
2 files changed
CHANGES
@@ -9,7 +9,7 @@ pull request numbers to the requests at
9
10
Version 2.10.0
11
--------------
12
-(not released yet)
+(released August 15th, 2021)
13
14
- Added lexers:
15
pygments/__init__.py
@@ -27,7 +27,7 @@
27
import sys
28
from io import StringIO, BytesIO
29
30
-__version__ = '2.9.0'
+__version__ = '2.10.0'
31
__docformat__ = 'restructuredtext'
32
33
__all__ = ['lex', 'format', 'highlight']
0 commit comments