summaryrefslogtreecommitdiff
path: root/pygments/__init__.py
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2016-02-14 15:04:09 +0100
committerGeorg Brandl <georg@python.org>2016-02-14 15:04:09 +0100
commit91301c1560a83e2dce84ef282cb7cd89fb8c4485 (patch)
treef98c4117bd9ab0274cf002a1a72de26eea0b9b7a /pygments/__init__.py
parentac87d6ef6aad76948e74229159194860aecc797d (diff)
downloadpygments-git-2.1.1.tar.gz
Update changelog, set version to 2.1.12.1.1
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 7bd7557f..0c17500e 100644
--- a/pygments/__init__.py
+++ b/pygments/__init__.py
@@ -26,7 +26,7 @@
:license: BSD, see LICENSE for details.
"""
-__version__ = '2.1'
+__version__ = '2.1.1'
__docformat__ = 'restructuredtext'
__all__ = ['lex', 'format', 'highlight']