Skip to content

Commit d7d11f6

Browse files
committed
Last steps for 2.18 release.
1 parent ec7bfd2 commit d7d11f6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGES

+1-1
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.18.0
77
--------------
8-
(unreleased)
8+
(released May 4th, 2024)
99

1010
- New lexers:
1111

pygments/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"""
2727
from io import StringIO, BytesIO
2828

29-
__version__ = '2.17.2'
29+
__version__ = '2.18.0'
3030
__docformat__ = 'restructuredtext'
3131

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

scripts/release-checklist

+1-1
Original file line numberDiff line numberDiff 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``

0 commit comments

Comments
 (0)