From f0d243fcfb1fb1e7d57d9d9e319ff3242eca3e7a Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Fri, 1 Jan 2010 20:18:08 +0100 Subject: Update version info/changelog and update requirement info. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') 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', -- cgit v1.2.1