Skip to content

Commit

Permalink
Prepare 2.15.1 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
Anteru committed Apr 18, 2023
1 parent fdf182a commit 04a75bd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,14 @@ Pull request numbers before 2.4.2 are not linked as they refer to the now defunc

Version 2.15.1
--------------
(unreleased)
(released April 18th, 2023)

- Updated lexers:

* Java properties: Fix catastrophic backtracking (#2356, #2404)

- Fix Python console traceback lexing being too strict
and sometimes reordering output (#2407, #2412)
and sometimes reordering output (#2407, #2410, #2412)


Version 2.15.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.15.0'
__version__ = '2.15.1'
__docformat__ = 'restructuredtext'

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

0 comments on commit 04a75bd

Please sign in to comment.