From 445a8f3c02f51ea615ed611e516c3711d94595e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fatih=20A=C5=9F=C4=B1c=C4=B1?= Date: Thu, 4 Aug 2011 13:29:29 +0000 Subject: [PATCH] pisi 2.4 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This is the first stable release of 2.4.x series. This release is functionally identical to rc1. Full changelog since version 2.3 is included in ChangeLog file. Changes since 2.4_rc1 --------------------- transifex (2): l10n: Updated Ukrainian (uk) translation to 10% (Коростіль Данило) l10n: Updated Russian (ru) translation to 100% (Alexey Ivanes) --- ChangeLog | 10 ++++++++++ pisi/__init__.py | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index eadf8c7e..3a5c3399 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2011-07-27 Fatih Aşıcı + * pisi 2.4_rc1 + + This is the first release candidate for the upcoming 2.4.x releases. + This release fixes a regression introduced in beta2 and fixes a cosmetic + issue in the output of index command. + + I think Pisi is quite ready for a stable release. Therefore, this may be + the last release before 2.4. + 2011-07-27 Fatih Aşıcı * index: Print CR character at the end diff --git a/pisi/__init__.py b/pisi/__init__.py index 17650cd6..d24aad17 100644 --- a/pisi/__init__.py +++ b/pisi/__init__.py @@ -18,7 +18,7 @@ import atexit import logging import logging.handlers -__version__ = "2.4_rc1" +__version__ = "2.4" __all__ = [ 'api', 'configfile', 'db']