diff options
author | Georg Brandl <georg@python.org> | 2016-02-14 15:04:09 +0100 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2016-02-14 15:04:09 +0100 |
commit | 91301c1560a83e2dce84ef282cb7cd89fb8c4485 (patch) | |
tree | f98c4117bd9ab0274cf002a1a72de26eea0b9b7a /setup.py | |
parent | ac87d6ef6aad76948e74229159194860aecc797d (diff) | |
download | pygments-git-91301c1560a83e2dce84ef282cb7cd89fb8c4485.tar.gz |
Update changelog, set version to 2.1.12.1.1
Diffstat (limited to 'setup.py')
-rwxr-xr-x | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -54,7 +54,7 @@ else: setup( name = 'Pygments', - version = '2.1', + version = '2.1.1', url = 'http://pygments.org/', license = 'BSD License', author = 'Georg Brandl', |