summaryrefslogtreecommitdiff
path: root/pygments
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2013-02-03 10:38:57 +0100
committerGeorg Brandl <georg@python.org>2013-02-03 10:38:57 +0100
commit7efbc3f766e6dccb5cf269469396ccbea1a7f5d0 (patch)
tree83bde8539ceb9724560c6ddb0c9ac49bbbe9b85b /pygments
parenta917290206c31361afeff15b150ed5fa449fd357 (diff)
downloadpygments-git-1.6.tar.gz
Update release info for 1.6.1.6
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 ff8c3121..2bfd8ba5 100644
--- a/pygments/__init__.py
+++ b/pygments/__init__.py
@@ -26,7 +26,7 @@
:license: BSD, see LICENSE for details.
"""
-__version__ = '1.6rc1'
+__version__ = '1.6'
__docformat__ = 'restructuredtext'
__all__ = ['lex', 'format', 'highlight']