f6e5acee4f76 — Georg Brandl 1.2.1 14 years ago
Prepare for 1.2.1.
2 files changed, 2 insertions(+), 2 deletions(-)

M pygments/__init__.py
M setup.py
M pygments/__init__.py +1 -1
@@ 25,7 25,7 @@ 
     :license: BSD, see LICENSE for details.
 """
 
-__version__ = '1.2'
+__version__ = '1.2.1'
 __docformat__ = 'restructuredtext'
 
 __all__ = ['lex', 'format', 'highlight']

          
M setup.py +1 -1
@@ 46,7 46,7 @@ except ImportError:
 
 setup(
     name = 'Pygments',
-    version = '1.2',
+    version = '1.2.1',
     url = 'http://pygments.org/',
     license = 'BSD License',
     author = 'Georg Brandl',