File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ Pull request numbers before 2.4.2 are not linked as they refer to the now defunc
5
5
6
6
Version 2.18.0
7
7
--------------
8
- (unreleased )
8
+ (released May 4th, 2024 )
9
9
10
10
- New lexers:
11
11
Original file line number Diff line number Diff line change 26
26
"""
27
27
from io import StringIO , BytesIO
28
28
29
- __version__ = '2.17.2 '
29
+ __version__ = '2.18.0 '
30
30
__docformat__ = 'restructuredtext'
31
31
32
32
__all__ = ['lex' , 'format' , 'highlight' ]
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ Release checklist
6
6
* ``tox``
7
7
* ``tox -e check``
8
8
* LATER when configured properly: ``tox -e pylint``
9
- * Update version in ``pygments/__init__.py``
9
+ * Update version in ``pygments/__init__.py`` (we use ``X.Y.Z``, so a new major release would be ``3.0.0``)
10
10
* Check pyproject.toml metadata: long description, trove classifiers
11
11
* Update release date/code name in ``CHANGES``
12
12
* ``git commit``
You can’t perform that action at this time.
0 commit comments