From cae850fa53ff09942400031f26c9d98669582469 Mon Sep 17 00:00:00 2001 From: Alexis Metaireau Date: Sat, 16 Oct 2010 04:01:41 +0100 Subject: [PATCH] Bumping to 1.2.2 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 3cdaca28..1c8d28e4 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ if sys.version_info < (2,7): setup( name = "pelican", - version = '1.2.1', + version = '1.2.2', url = 'http://hg.lolnet.org/pelican/', author = 'Alexis Metaireau', author_email = 'alexis@notmyidea.org',