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']