diff options
| author | Georg Brandl <georg@python.org> | 2010-01-02 22:27:00 +0100 |
|---|---|---|
| committer | Georg Brandl <georg@python.org> | 2010-01-02 22:27:00 +0100 |
| commit | e40aa3b9a7a9c862d130f289ff0c3c1301abf2f6 (patch) | |
| tree | cec9c9ff0a6d3da962ad6ec151ed65dace6deeb9 /pygments | |
| parent | 111966e77b17959488c3a4b44e1fccc0160f3ccf (diff) | |
| download | pygments-git-e40aa3b9a7a9c862d130f289ff0c3c1301abf2f6.tar.gz | |
Prepare for 1.2.2.
Diffstat (limited to 'pygments')
| -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'] |
