From 3df73021afda07aa893918f77a179608f2062a67 Mon Sep 17 00:00:00 2001 From: Alexis Metaireau Date: Sun, 31 Oct 2010 00:09:51 +0100 Subject: [PATCH] Tag 2.3 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 90dada4d..909f6d37 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ if sys.version_info < (2,7): setup( name = "pelican", - version = '2.2', + version = '2.3', url = 'http://alexis.notmyidea.org/pelican/', author = 'Alexis Metaireau', author_email = 'alexis@notmyidea.org',