summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2019-11-29 06:06:36 +0100
committerGeorg Brandl <georg@python.org>2019-11-29 06:06:36 +0100
commitabac9f193b7d7f543ccc779827559895cf067276 (patch)
tree32540a49c425f50e66679b14292803c49e36514d /setup.py
parent9afd6bd6ebb072c3710e442d2284d0a1c43a0e54 (diff)
downloadpygments-git-abac9f193b7d7f543ccc779827559895cf067276.tar.gz
update changelog, bump version to 2.5.2
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 8c69b7fb..a973451b 100755
--- a/setup.py
+++ b/setup.py
@@ -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',