diff options
| -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.7.0 ------------- -(not released yet) +(released September 12, 2020) - Added lexers: diff --git a/pygments/__init__.py b/pygments/__init__.py index 8620c733..da9ebeb1 100644 --- a/pygments/__init__.py +++ b/pygments/__init__.py @@ -28,7 +28,7 @@ import sys from io import StringIO, BytesIO -__version__ = '2.6.1' +__version__ = '2.7.0' __docformat__ = 'restructuredtext' __all__ = ['lex', 'format', 'highlight'] |
