Skip to content

Commit

Permalink
Prepare 2.11.1 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
Anteru committed Dec 31, 2021
1 parent e0c828f commit ed94178
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Pull request numbers before 2.4.2 are not linked as they refer to the now defunc

Version 2.11.1
--------------
(not released yet)
(released December 31st, 2021)

- Updated lexers:

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.11.0'
__version__ = '2.11.1'
__docformat__ = 'restructuredtext'

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

0 comments on commit ed94178

Please sign in to comment.