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 /setup.py | |
parent | 9afd6bd6ebb072c3710e442d2284d0a1c43a0e54 (diff) | |
download | pygments-git-abac9f193b7d7f543ccc779827559895cf067276.tar.gz |
update changelog, bump version to 2.5.2
Diffstat (limited to 'setup.py')
-rwxr-xr-x | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -25,7 +25,7 @@ from setuptools import setup, find_packages setup( name = 'Pygments', - version = '2.5.1', + version = '2.5.2', url = 'http://pygments.org/', license = 'BSD License', author = 'Georg Brandl', |