summaryrefslogtreecommitdiff
path: root/pygments
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2016-01-17 16:49:14 +0100
committerGeorg Brandl <georg@python.org>2016-01-17 16:49:14 +0100
commit2902352b2b8031eb9f908985aa64a63b583a623c (patch)
treec5264852dc34ae2ddc733171e4804cf5b6dbd44d /pygments
parent0f3af18cdf94f11055e05e28a47ff71ba1e3acb0 (diff)
downloadpygments-2902352b2b8031eb9f908985aa64a63b583a623c.tar.gz
Bump version to 2.1.
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 b37bdccb..7bd7557f 100644
--- a/pygments/__init__.py
+++ b/pygments/__init__.py
@@ -26,7 +26,7 @@
:license: BSD, see LICENSE for details.
"""
-__version__ = '2.1a0'
+__version__ = '2.1'
__docformat__ = 'restructuredtext'
__all__ = ['lex', 'format', 'highlight']