summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2016-02-14 15:04:09 +0100
committerGeorg Brandl <georg@python.org>2016-02-14 15:04:09 +0100
commit91301c1560a83e2dce84ef282cb7cd89fb8c4485 (patch)
treef98c4117bd9ab0274cf002a1a72de26eea0b9b7a /setup.py
parentac87d6ef6aad76948e74229159194860aecc797d (diff)
downloadpygments-git-91301c1560a83e2dce84ef282cb7cd89fb8c4485.tar.gz
Update changelog, set version to 2.1.12.1.1
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 a8667fda..b15e0bc9 100755
--- a/setup.py
+++ b/setup.py
@@ -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',