# HG changeset patch # User Georg Brandl # Date 1262441728 -3600 # Sat Jan 02 15:15:28 2010 +0100 # Branch trunk # Node ID f6e5acee4f761696676e05a9112c91a5a5670b49 # Parent 21ca0b386920763eab76498ffd9f7ee595aac441 Prepare for 1.2.1. diff --git a/pygments/__init__.py b/pygments/__init__.py --- a/pygments/__init__.py +++ b/pygments/__init__.py @@ -25,7 +25,7 @@ :license: BSD, see LICENSE for details. """ -__version__ = '1.2' +__version__ = '1.2.1' __docformat__ = 'restructuredtext' __all__ = ['lex', 'format', 'highlight'] diff --git a/setup.py b/setup.py --- a/setup.py +++ b/setup.py @@ -46,7 +46,7 @@ setup( name = 'Pygments', - version = '1.2', + version = '1.2.1', url = 'http://pygments.org/', license = 'BSD License', author = 'Georg Brandl',