diff options
Diffstat (limited to 'pygments/__init__.py')
-rw-r--r-- | pygments/__init__.py | 2 |
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'] |