diff options
author | Georg Brandl <georg@python.org> | 2019-05-28 06:39:39 +0200 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2019-05-28 06:39:39 +0200 |
commit | 1103b616d2e7d40b88ca740aba4c55ee3f7addd1 (patch) | |
tree | 0fff2255b3b55045eecdb06ca3410f479dfe9539 /setup.py | |
parent | bf92342d5cc72129e9c0c9e9e4d5949b396c982e (diff) | |
download | pygments-git-1103b616d2e7d40b88ca740aba4c55ee3f7addd1.tar.gz |
Update changelog, prepare 2.4.2 release.
Diffstat (limited to 'setup.py')
-rwxr-xr-x | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -49,7 +49,7 @@ else: setup( name = 'Pygments', - version = '2.4.1', + version = '2.4.2', url = 'http://pygments.org/', license = 'BSD License', author = 'Georg Brandl', |