Skip to content

Commit

Permalink
Last steps for 2.18 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
Anteru committed May 4, 2024
1 parent ec7bfd2 commit d7d11f6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGES
Expand Up @@ -5,7 +5,7 @@ Pull request numbers before 2.4.2 are not linked as they refer to the now defunc

Version 2.18.0
--------------
(unreleased)
(released May 4th, 2024)

- New lexers:

Expand Down
2 changes: 1 addition & 1 deletion pygments/__init__.py
Expand Up @@ -26,7 +26,7 @@
"""
from io import StringIO, BytesIO

__version__ = '2.17.2'
__version__ = '2.18.0'
__docformat__ = 'restructuredtext'

__all__ = ['lex', 'format', 'highlight']
Expand Down
2 changes: 1 addition & 1 deletion scripts/release-checklist
Expand Up @@ -6,7 +6,7 @@ Release checklist
* ``tox``
* ``tox -e check``
* LATER when configured properly: ``tox -e pylint``
* Update version in ``pygments/__init__.py``
* Update version in ``pygments/__init__.py`` (we use ``X.Y.Z``, so a new major release would be ``3.0.0``)
* Check pyproject.toml metadata: long description, trove classifiers
* Update release date/code name in ``CHANGES``
* ``git commit``
Expand Down

0 comments on commit d7d11f6

Please sign in to comment.