Skip to content

Commit 9162c07

Browse files
committed
Prepare 2.16.1 hotfix.
1 parent 210eb1d commit 9162c07

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGES

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ Version 2.17.0
77
--------------
88
(unreleased)
99

10+
Version 2.16.1
11+
--------------
12+
13+
- Fix ``native`` style missing from style list (#2484)
14+
1015
Version 2.16.0
1116
--------------
1217
(released August 6th, 2023)

pygments/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"""
2727
from io import StringIO, BytesIO
2828

29-
__version__ = '2.16.0'
29+
__version__ = '2.16.1'
3030
__docformat__ = 'restructuredtext'
3131

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

0 commit comments

Comments
 (0)