pisi 2.1.0

This commit is contained in:
Faik Uygur
2008-12-01 09:25:14 +00:00
parent 0f2671e2d9
commit 3f28157285
2 changed files with 4 additions and 1 deletions
+3
View File
@@ -1,3 +1,6 @@
2008-12-01 Faik Uygur <faik@pardus.org.tr>
* pisi-2.1.0
2008-11-27 Ozan Çağlayan <ozan@pardus.org.tr>
* (cli/__init__.py): Flush stdin buffer just before asking a question.
+1 -1
View File
@@ -16,7 +16,7 @@ import os
import atexit
import logging
__version__ = "2.0.1"
__version__ = "2.1.0"
__all__ = [ 'api', 'configfile', 'db']