summaryrefslogtreecommitdiff
path: root/pygments/__init__.py
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2017-01-22 22:04:28 +0100
committerGeorg Brandl <georg@python.org>2017-01-22 22:04:28 +0100
commitf442d0e155a062c4a851cfb344056d8abbf8d865 (patch)
tree71035b4f0b7c5f767f4d3343052e21a056c579de /pygments/__init__.py
parentb9aeb678a288cd7f394d4f91ea212e2ad629e4b7 (diff)
downloadpygments-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__.py2
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']