From 1b34e42de6686b996f244fadab0783533eacebbc Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Mon, 29 Feb 2016 16:03:53 +0100 Subject: Bump to 2.1.2 --- pygments/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pygments/__init__.py') 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'] -- cgit v1.2.1