File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 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
55
66Version 2.18.0
77--------------
8- (unreleased )
8+ (released May 4th, 2024 )
99
1010- New lexers:
1111
Original file line number Diff line number Diff line change 2626"""
2727from io import StringIO , BytesIO
2828
29- __version__ = '2.17.2 '
29+ __version__ = '2.18.0 '
3030__docformat__ = 'restructuredtext'
3131
3232__all__ = ['lex' , 'format' , 'highlight' ]
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ Release checklist
66* ``tox``
77* ``tox -e check``
88* 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``)
1010* Check pyproject.toml metadata: long description, trove classifiers
1111* Update release date/code name in ``CHANGES``
1212* ``git commit``
You can’t perform that action at this time.
0 commit comments