Skip to content

Commit

Permalink
Prepare 2.9.0 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
Anteru committed May 3, 2021
1 parent 708b1a7 commit 2c0ca2e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGES
Expand Up @@ -9,7 +9,7 @@ pull request numbers to the requests at

Version 2.9.0
-------------
(not released yet)
(released May 3rd, 2021)

- Added lexers:

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

__version__ = '2.8.0'
__version__ = '2.9.0'
__docformat__ = 'restructuredtext'

__all__ = ['lex', 'format', 'highlight']
Expand Down

0 comments on commit 2c0ca2e

Please sign in to comment.