summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2010-01-01 20:18:08 +0100
committerGeorg Brandl <georg@python.org>2010-01-01 20:18:08 +0100
commit920870ff3f4b802b02074a3419dc4b614d40b6c1 (patch)
tree2fa565cd786dbee0e14abc29f76145f1d5730aa7 /setup.py
parenta5edbbf85b3c4ada7b562a39cc19cea6ffafcd03 (diff)
downloadpygments-920870ff3f4b802b02074a3419dc4b614d40b6c1.tar.gz
Update version info/changelog and update requirement info.1.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 cec30129..45537a49 100755
--- a/setup.py
+++ b/setup.py
@@ -46,7 +46,7 @@ except ImportError:
setup(
name = 'Pygments',
- version = '1.1.1',
+ version = '1.2',
url = 'http://pygments.org/',
license = 'BSD License',
author = 'Georg Brandl',