summaryrefslogtreecommitdiff
path: root/pygments
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
commit77ff159528222b8cf182d6762cc1c7d9fc71151c (patch)
treecfb580deecd4f206e60a0be3a0e11addbdebcbe9 /pygments
parenta82f7a4953bcbc16813b18d761d91dd215149c0d (diff)
downloadpygments-77ff159528222b8cf182d6762cc1c7d9fc71151c.tar.gz
Bump to 2.2.0 final.2.2.0
Diffstat (limited to 'pygments')
-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']