diff options
author | Georg Brandl <georg@python.org> | 2011-01-03 18:05:23 +0100 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2011-01-03 18:05:23 +0100 |
commit | d5c467feac99ca707b883a2d1532e37a738f400d (patch) | |
tree | ab14f392e4fae4a9cb412e4870726060896dc56e /pygments | |
parent | 8c8b634ffa76c4a50149b05b76d9ea95aa016516 (diff) | |
download | pygments-d5c467feac99ca707b883a2d1532e37a738f400d.tar.gz |
Update version to 1.4, add release date.1.4
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 93ef690f..bc8ae83e 100644 --- a/pygments/__init__.py +++ b/pygments/__init__.py @@ -26,7 +26,7 @@ :license: BSD, see LICENSE for details. """ -__version__ = '1.3.1' +__version__ = '1.4' __docformat__ = 'restructuredtext' __all__ = ['lex', 'format', 'highlight'] |