summaryrefslogtreecommitdiff
path: root/pygments
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2010-01-02 22:27:00 +0100
committerGeorg Brandl <georg@python.org>2010-01-02 22:27:00 +0100
commite40aa3b9a7a9c862d130f289ff0c3c1301abf2f6 (patch)
treecec9c9ff0a6d3da962ad6ec151ed65dace6deeb9 /pygments
parent111966e77b17959488c3a4b44e1fccc0160f3ccf (diff)
downloadpygments-git-e40aa3b9a7a9c862d130f289ff0c3c1301abf2f6.tar.gz
Prepare for 1.2.2.
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 5a31ccfd..ec0aa90e 100644
--- a/pygments/__init__.py
+++ b/pygments/__init__.py
@@ -25,7 +25,7 @@
:license: BSD, see LICENSE for details.
"""
-__version__ = '1.2.1'
+__version__ = '1.2.2'
__docformat__ = 'restructuredtext'
__all__ = ['lex', 'format', 'highlight']