diff options
author | Georg Brandl <georg@python.org> | 2012-03-10 22:04:56 +0100 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2012-03-10 22:04:56 +0100 |
commit | 85fc9c058f9b4db6211b6c69f33814ac8531890e (patch) | |
tree | d8ff4f8a223ffb9e842ef5fb3b21278429f84247 /pygments/__init__.py | |
parent | 8c9e2afa0f48897cb494c9ea901dd3b05af3fe7b (diff) | |
download | pygments-85fc9c058f9b4db6211b6c69f33814ac8531890e.tar.gz |
Bump version to 1.5.
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 8a0e337e..0ecc167d 100644 --- a/pygments/__init__.py +++ b/pygments/__init__.py @@ -26,7 +26,7 @@ :license: BSD, see LICENSE for details. """ -__version__ = '1.4' +__version__ = '1.5' __docformat__ = 'restructuredtext' __all__ = ['lex', 'format', 'highlight'] |