diff options
| author | Matthäus G. Chajdas <dev@anteru.net> | 2023-01-01 09:34:43 +0100 |
|---|---|---|
| committer | Matthäus G. Chajdas <dev@anteru.net> | 2023-01-01 09:34:43 +0100 |
| commit | 77a939e97337d85c9479232f426549bd27798685 (patch) | |
| tree | db378cd1bd91c6a61f8db5d5d384d5f56d20b696 | |
| parent | b52ecf08335a62c3858617233bc59c16ba3fa811 (diff) | |
| download | pygments-git-2.14.0.tar.gz | |
Prepare for 2.14.0 release.2.14.0
| -rw-r--r-- | CHANGES | 2 | ||||
| -rw-r--r-- | pygments/__init__.py | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -5,7 +5,7 @@ Pull request numbers before 2.4.2 are not linked as they refer to the now defunc Version 2.14.0 -------------- -(not released yet) +(released January 1st, 2023) - Added lexers: diff --git a/pygments/__init__.py b/pygments/__init__.py index 49e51f07..9cb60d1b 100644 --- a/pygments/__init__.py +++ b/pygments/__init__.py @@ -26,7 +26,7 @@ """ from io import StringIO, BytesIO -__version__ = '2.13.0' +__version__ = '2.14.0' __docformat__ = 'restructuredtext' __all__ = ['lex', 'format', 'highlight'] |
