From d5299d17d977f854b28ab71a08e3510f5284343b Mon Sep 17 00:00:00 2001 From: Chris Ball Date: Sun, 07 Sep 2008 15:38:47 +0000 Subject: Release version 26. --- diff --git a/NEWS b/NEWS index d71fcb8..39d2bf1 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,7 @@ +26 + +* Bundlebuilder API change -- use .start("Pippy") instead of .start(). + 25 24 diff --git a/activity/activity.info b/activity/activity.info index a8f9dbb..3ede81b 100644 --- a/activity/activity.info +++ b/activity/activity.info @@ -4,6 +4,6 @@ bundle_id = org.laptop.Pippy service_name = org.laptop.Pippy class = pippy_app.PippyActivity icon = activity-icon -activity_version = 25 +activity_version = 26 mime_types = text/x-python show_launcher = yes diff --git a/setup.py b/setup.py index 530f97c..644fb3d 100755 --- a/setup.py +++ b/setup.py @@ -18,4 +18,4 @@ from sugar.activity import bundlebuilder -bundlebuilder.start() +bundlebuilder.start("Pippy") -- cgit v0.9.1