diff options
| author | Georg Brandl <georg@python.org> | 2017-01-22 22:04:28 +0100 |
|---|---|---|
| committer | Georg Brandl <georg@python.org> | 2017-01-22 22:04:28 +0100 |
| commit | f442d0e155a062c4a851cfb344056d8abbf8d865 (patch) | |
| tree | 71035b4f0b7c5f767f4d3343052e21a056c579de /pygments/__init__.py | |
| parent | b9aeb678a288cd7f394d4f91ea212e2ad629e4b7 (diff) | |
| download | pygments-git-2.2.0.tar.gz | |
Bump to 2.2.0 final.2.2.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 cc238e02..394a85f2 100644 --- a/pygments/__init__.py +++ b/pygments/__init__.py @@ -29,7 +29,7 @@ import sys from pygments.util import StringIO, BytesIO -__version__ = '2.2a0' +__version__ = '2.2.0' __docformat__ = 'restructuredtext' __all__ = ['lex', 'format', 'highlight'] |
