diff options
| author | Matthäus G. Chajdas <dev@anteru.net> | 2021-08-15 12:45:20 +0200 |
|---|---|---|
| committer | Matthäus G. Chajdas <dev@anteru.net> | 2021-08-15 12:45:20 +0200 |
| commit | a821b896d702a81d61c7fbbd8bf582946759cfb8 (patch) | |
| tree | a84a0f99b2e4867808068a3a139666d03d64110f | |
| parent | e2167e4b78416e00522a27f23b6fcf8dd884df97 (diff) | |
| download | pygments-git-2.10.0.tar.gz | |
Prepare 2.10.0 release.2.10.0
| -rw-r--r-- | CHANGES | 2 | ||||
| -rw-r--r-- | pygments/__init__.py | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -9,7 +9,7 @@ pull request numbers to the requests at Version 2.10.0 -------------- -(not released yet) +(released August 15th, 2021) - Added lexers: diff --git a/pygments/__init__.py b/pygments/__init__.py index d7e892c3..4ffb19f6 100644 --- a/pygments/__init__.py +++ b/pygments/__init__.py @@ -27,7 +27,7 @@ import sys from io import StringIO, BytesIO -__version__ = '2.9.0' +__version__ = '2.10.0' __docformat__ = 'restructuredtext' __all__ = ['lex', 'format', 'highlight'] |
