diff options
| author | Georg Brandl <georg@python.org> | 2009-09-11 16:01:15 +0200 |
|---|---|---|
| committer | Georg Brandl <georg@python.org> | 2009-09-11 16:01:15 +0200 |
| commit | 6a49dfb7bfb298829c984eca91aefb2060d706a6 (patch) | |
| tree | e18e5ebcf1c27e62c50a9ebffca2c21c4d165b0d /pygments/__init__.py | |
| parent | 30afb89e8c6e6db1563b46729fec2947307e5f67 (diff) | |
| download | pygments-git-6a49dfb7bfb298829c984eca91aefb2060d706a6.tar.gz | |
Update version info for 1.2.
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 41d482d2..a34e2d50 100644 --- a/pygments/__init__.py +++ b/pygments/__init__.py @@ -25,7 +25,7 @@ :license: BSD, see LICENSE for details. """ -__version__ = '1.1' +__version__ = '1.2' __docformat__ = 'restructuredtext' __all__ = ['lex', 'format', 'highlight'] |
