8000 Prepare 2.17.1 hotfix release. · pygments/pygments@f5eb039 · GitHub
[go: up one dir, main page]

Skip to content

Commit f5eb039

Browse files
committed
Prepare 2.17.1 hotfix release.
1 parent 0c66899 commit f5eb039

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

CHANGES

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,11 @@ Version 2.18.0
99

1010
Version 2.17.1
1111
--------------
12-
(unreleased)
12+
(released November 19, 2023)
13+
14+
- Updated lexers:
1315

14-
- Fix bug making lexing of single-quoted strings too eager in TOML lexer
16+
* TOML: Fix bug making lexing of single-quoted strings too eager
1517

1618
Version 2.17.0
1719
--------------

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.17.0'
29+
__version__ = '2.17.1'
3030
__docformat__ = 'restructuredtext'
3131

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

0 commit comments

Comments
 (0)
0