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 | 55c563b65cd7e8ef60900028e118c868edea7c71 (patch) | |
| tree | ab14f392e4fae4a9cb412e4870726060896dc56e /pygments/__init__.py | |
| parent | 22b38a755e8aec0fa0949ff52fc8140c6225ad22 (diff) | |
| download | pygments-git-1.4.tar.gz | |
Update version to 1.4, add release date.1.4
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 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'] |
