diff options
| author | Georg Brandl <georg@python.org> | 2019-11-29 06:06:36 +0100 |
|---|---|---|
| committer | Georg Brandl <georg@python.org> | 2019-11-29 06:06:36 +0100 |
| commit | abac9f193b7d7f543ccc779827559895cf067276 (patch) | |
| tree | 32540a49c425f50e66679b14292803c49e36514d /pygments/__init__.py | |
| parent | 9afd6bd6ebb072c3710e442d2284d0a1c43a0e54 (diff) | |
| download | pygments-git-abac9f193b7d7f543ccc779827559895cf067276.tar.gz | |
update changelog, bump version to 2.5.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 b28da13c..89efc350 100644 --- a/pygments/__init__.py +++ b/pygments/__init__.py @@ -29,7 +29,7 @@ import sys from pygments.util import StringIO, BytesIO -__version__ = '2.5.1' +__version__ = '2.5.2' __docformat__ = 'restructuredtext' __all__ = ['lex', 'format', 'highlight'] |
