Skip to content

Commit 1d4538a

Browse files
committed
Prepare 2.20 release.
1 parent 2ceaee4 commit 1d4538a

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

CHANGES

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Pull request numbers before 2.4.2 are not linked as they refer to the now defunc
55

66
Version 2.20.0
77
--------------
8-
(unreleased)
8+
(released March 29th, 2026)
99

1010
- New lexers:
1111

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

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

pygments/lexers/rell.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""
22
pygments.lexers.rell
3-
~~~~~~~~~~~~~~~~~~~~
3+
~~~~~~~~~~~~~~~~~~~~~
44
55
Lexers for the Rell language.
66
@@ -14,6 +14,7 @@
1414

1515
__all__ = ['RellLexer']
1616

17+
1718
class RellLexer(RegexLexer):
1819
"""
1920
A Lexer for Rell.

0 commit comments

Comments
 (0)