diff options
| author | Matthäus G. Chajdas <dev@anteru.net> | 2020-09-12 17:30:42 +0200 |
|---|---|---|
| committer | Matthäus G. Chajdas <dev@anteru.net> | 2020-09-12 17:30:42 +0200 |
| commit | a7bb6e6dd996313a9aa81d0686ec4734ed35274f (patch) | |
| tree | f3fa34fee6d81bb6c266517161b438c09b72c723 /pygments/__init__.py | |
| parent | b2c91c70ee536b0472100d1273818f8bb45529fe (diff) | |
| download | pygments-git-2.7.0.tar.gz | |
Preparing 2.7.0 release.2.7.0
Diffstat (limited to 'pygments/__init__.py')
| -rw-r--r-- | pygments/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
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'] |
