diff options
| author | Matthäus G. Chajdas <dev@anteru.net> | 2020-12-06 14:05:50 +0100 |
|---|---|---|
| committer | Matthäus G. Chajdas <dev@anteru.net> | 2020-12-06 14:05:50 +0100 |
| commit | ccd14b98092c7189452cfbe825158c434b90b9cc (patch) | |
| tree | 5139bcba97bf78589959f0e7f753b6ff1564309f /pygments | |
| parent | fdb88eb2a0942900521ebe2854fe6acccfda1ec1 (diff) | |
| download | pygments-git-2.7.3.tar.gz | |
Prepare 2.7.3 release.2.7.3
Diffstat (limited to 'pygments')
| -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 446171e6..e5a27839 100644 --- a/pygments/__init__.py +++ b/pygments/__init__.py @@ -28,7 +28,7 @@ import sys from io import StringIO, BytesIO -__version__ = '2.7.2' +__version__ = '2.7.3' __docformat__ = 'restructuredtext' __all__ = ['lex', 'format', 'highlight'] |
