diff options
author | Georg Brandl <georg@python.org> | 2010-01-02 15:15:28 +0100 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2010-01-02 15:15:28 +0100 |
commit | b51a3a8a63d08c37030e84cb9dc7a07349b5c3a6 (patch) | |
tree | 89178f91068c6cfec85a6a04d6564a28801128bd | |
parent | c234f3d35f24c70516798fb8c39de87ea2981e1e (diff) | |
download | pygments-b51a3a8a63d08c37030e84cb9dc7a07349b5c3a6.tar.gz |
Prepare for 1.2.1.1.2.1
-rw-r--r-- | pygments/__init__.py | 2 | ||||
-rwxr-xr-x | setup.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/pygments/__init__.py b/pygments/__init__.py index 9a0a273f..5a31ccfd 100644 --- 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'] @@ -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', |