From 6ade494ba564bc09368ba863e76dbfd98b7ea8a8 Mon Sep 17 00:00:00 2001 From: Faik Uygur Date: Wed, 15 Jul 2009 17:59:57 +0000 Subject: [PATCH] pisi-2.2.11 Hope to be the final pisi before the Pardus 2009 release --- pisi/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pisi/__init__.py b/pisi/__init__.py index dbb892ab..e6905209 100644 --- a/pisi/__init__.py +++ b/pisi/__init__.py @@ -17,7 +17,7 @@ import sys import atexit import logging -__version__ = "2.2.10" +__version__ = "2.2.11" __all__ = [ 'api', 'configfile', 'db']