diff options
author | Georg Brandl <georg@python.org> | 2010-01-01 20:18:08 +0100 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2010-01-01 20:18:08 +0100 |
commit | 920870ff3f4b802b02074a3419dc4b614d40b6c1 (patch) | |
tree | 2fa565cd786dbee0e14abc29f76145f1d5730aa7 /pygments | |
parent | a5edbbf85b3c4ada7b562a39cc19cea6ffafcd03 (diff) | |
download | pygments-920870ff3f4b802b02074a3419dc4b614d40b6c1.tar.gz |
Update version info/changelog and update requirement info.1.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 38058037..9a0a273f 100644 --- a/pygments/__init__.py +++ b/pygments/__init__.py @@ -25,7 +25,7 @@ :license: BSD, see LICENSE for details. """ -__version__ = '1.1.1' +__version__ = '1.2' __docformat__ = 'restructuredtext' __all__ = ['lex', 'format', 'highlight'] |