8000
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 210eb1d commit 9162c07Copy full SHA for 9162c07
CHANGES
@@ -7,6 +7,11 @@ Version 2.17.0
7
--------------
8
(unreleased)
9
10
+Version 2.16.1
11
+--------------
12
+
13
+- Fix ``native`` style missing from style list (#2484)
14
15
Version 2.16.0
16
17
(released August 6th, 2023)
pygments/__init__.py
@@ -26,7 +26,7 @@
26
"""
27
from io import StringIO, BytesIO
28
29
-__version__ = '2.16.0'
+__version__ = '2.16.1'
30
__docformat__ = 'restructuredtext'
31
32
__all__ = ['lex', 'format', 'highlight']
0 commit comments