diff options
| author | Matthäus G. Chajdas <dev@anteru.net> | 2020-03-08 10:29:18 +0100 |
|---|---|---|
| committer | Matthäus G. Chajdas <dev@anteru.net> | 2020-03-08 10:29:18 +0100 |
| commit | d2eae8580d7e363bca03554e3b516d0fd77b25cb (patch) | |
| tree | b107a3978b48f454725d24bfa6a5aa4366ff60ab /pygments/__init__.py | |
| parent | 5d9ef2a0de0a62ac75258f12cda13ef1975c4ef2 (diff) | |
| download | pygments-git-2.6.1.tar.gz | |
Bump version to 2.6.1.2.6.1
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 06a6e561..8525a0e8 100644 --- a/pygments/__init__.py +++ b/pygments/__init__.py @@ -28,7 +28,7 @@ import sys from io import StringIO, BytesIO -__version__ = '2.6.0' +__version__ = '2.6.1' __docformat__ = 'restructuredtext' __all__ = ['lex', 'format', 'highlight'] |
