Skip to content

Commit

Permalink
Bump version.
Browse files Browse the repository at this point in the history
Looks like 2.17.2 went out without a corresponding version number bump.
  • Loading branch information
Anteru committed Dec 4, 2023
1 parent ec70399 commit 0f3ddb3
Showing 1 changed file with 1 addition and 1 deletion.
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.1'
__version__ = '2.17.2'
__docformat__ = 'restructuredtext'

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

0 comments on commit 0f3ddb3

Please sign in to comment.