From 1be1ace80bc0f7748ab7250cec3fd421736730bc Mon Sep 17 00:00:00 2001 From: Morgan Collett Date: Thu, 31 Jul 2008 14:53:26 +0000 Subject: Release version 44. --- (limited to 'pippy_app.py') diff --git a/pippy_app.py b/pippy_app.py index 6b26184..4e6da8a 100644 --- a/pippy_app.py +++ b/pippy_app.py @@ -726,6 +726,8 @@ CHAT_ICON=\ """ CHAT_NEWS=""" +44 + * #7633: Close the text channel when stopping a 1-1 chat (morgs) * #7717: Log incoming messages (morgs) * #7692: Don't show pending messages when joining a chat (morgs) @@ -905,7 +907,7 @@ CHAT_NEWS=""" def pippy_activity_version(): """Returns the version number of the generated activity bundle.""" - return 43 + return 44 def pippy_activity_news(): """Return the NEWS file for this activity.""" -- cgit v0.9.1