From da377aac730f8bf1e4dc8bb40e92d0b4a512169b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fatih=20A=C5=9F=C4=B1c=C4=B1?= Date: Mon, 24 May 2010 07:28:01 +0000 Subject: [PATCH] pisi 2.3_rc1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This is the first release candidate for the upcoming 2.3.x releases. This release mostly includes bug fixes and translation updates. Changes since 2.3_beta2 ----------------------- fatih (4): specfile: Uninstalled packages cannot have update actions config: Let --destdir= parameter work again api: Record forced update-repo operations in history api/update_repo(s): Update caches when index is really updated transifex (6): l10n: Updated Dutch (Flemish) (nl) translation to 100% (Antoon Tolboom) l10n: Updated Spanish (Castilian) (es) translation to 99% (Klemens Häckel) l10n: Updated German (de) translation to 92% (Klemens Häckel) l10n: Updated German (de) translation to 93% (Klemens Häckel) l10n: Updated German (de) translation to 94% (Klemens Häckel) l10n: Updated French (fr) translation to 100% (Philippe Svetoslavsky) --- pisi/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pisi/__init__.py b/pisi/__init__.py index 94abbaef..3ee8a29b 100644 --- a/pisi/__init__.py +++ b/pisi/__init__.py @@ -18,7 +18,7 @@ import atexit import logging import logging.handlers -__version__ = "2.3_beta2" +__version__ = "2.3_rc1" __all__ = [ 'api', 'configfile', 'db']