summaryrefslogtreecommitdiff
path: root/pygments/__init__.py
diff options
context:
space:
mode:
authorgbrandl <devnull@localhost>2009-09-11 16:01:15 +0200
committergbrandl <devnull@localhost>2009-09-11 16:01:15 +0200
commit2d2c6f99dd8b489f774acc49e674d007f5d0f28f (patch)
treee18e5ebcf1c27e62c50a9ebffca2c21c4d165b0d /pygments/__init__.py
parent1eb1fb7093fabcb13a74f0eb045a9b7f640f6018 (diff)
downloadpygments-2d2c6f99dd8b489f774acc49e674d007f5d0f28f.tar.gz
Update version info for 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 41d482d2..a34e2d50 100644
--- a/pygments/__init__.py
+++ b/pygments/__init__.py
@@ -25,7 +25,7 @@
:license: BSD, see LICENSE for details.
"""
-__version__ = '1.1'
+__version__ = '1.2'
__docformat__ = 'restructuredtext'
__all__ = ['lex', 'format', 'highlight']