summaryrefslogtreecommitdiff
path: root/pygments/__init__.py
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2016-02-29 16:03:53 +0100
committerGeorg Brandl <georg@python.org>2016-02-29 16:03:53 +0100
commit1b34e42de6686b996f244fadab0783533eacebbc (patch)
tree8d81575b927bea815c3aca6ef5c2e7cde6da46e5 /pygments/__init__.py
parent4913cfd81bb68d18de31cbe20591535880758172 (diff)
downloadpygments-1b34e42de6686b996f244fadab0783533eacebbc.tar.gz
Bump to 2.1.22.1.2
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 0c17500e..45c53b87 100644
--- a/pygments/__init__.py
+++ b/pygments/__init__.py
@@ -26,7 +26,7 @@
:license: BSD, see LICENSE for details.
"""
-__version__ = '2.1.1'
+__version__ = '2.1.2'
__docformat__ = 'restructuredtext'
__all__ = ['lex', 'format', 'highlight']