From 7a851677a70b56cd662b1fb25a4cc40f79d08da4 Mon Sep 17 00:00:00 2001 From: Anish Mangal Date: Tue, 22 Feb 2011 23:13:30 +0000 Subject: Bump v39 --- diff --git a/NEWS b/NEWS index 9e904b1..80933e2 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,7 @@ +39 +* Factorial example fix +* pep8 and pylint cleanup for examples + 38 * Fix svg icons for Pippy * Add EditToolbar & modify toolbars for <=0.84 compatibility diff --git a/activity/activity.info b/activity/activity.info index eace816..e48fd6b 100644 --- a/activity/activity.info +++ b/activity/activity.info @@ -4,7 +4,7 @@ bundle_id = org.laptop.Pippy service_name = org.laptop.Pippy exec = sugar-activity pippy_app.PippyActivity icon = activity-icon -activity_version = 38 +activity_version = 39 mime_types = text/x-python, pickle/groupthink-pippy show_launcher = yes license = GPLv2+ diff --git a/pippy_app.py b/pippy_app.py index 980d18a..36fd1ec 100644 --- a/pippy_app.py +++ b/pippy_app.py @@ -587,7 +587,7 @@ PIPPY_DEFAULT_ICON = \ def pippy_activity_version(): """Returns the version number of the generated activity bundle.""" - return 38 + return 39 def pippy_activity_extra_files(): -- cgit v0.9.1