Skip to content

Commit

Permalink
Prepare 2.17.1 hotfix release.
Browse files Browse the repository at this point in the history
  • Loading branch information
Anteru committed Nov 19, 2023
1 parent 0c66899 commit f5eb039
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,11 @@ Version 2.18.0

Version 2.17.1
--------------
(unreleased)
(released November 19, 2023)

- Updated lexers:

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

Version 2.17.0
--------------
Expand Down
2 changes: 1 addition & 1 deletion pygments/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"""
from io import StringIO, BytesIO

__version__ = '2.17.0'
__version__ = '2.17.1'
__docformat__ = 'restructuredtext'

__all__ = ['lex', 'format', 'highlight']
Expand Down

0 comments on commit f5eb039

Please sign in to comment.