Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnish Mangal <anish@sugarlabs.org>2011-02-22 23:13:30 (GMT)
committer Anish Mangal <anish@sugarlabs.org>2011-02-22 23:13:30 (GMT)
commit7a851677a70b56cd662b1fb25a4cc40f79d08da4 (patch)
tree0fa47d64c649a5411282559b6251bff577f0fabe
parentef3edc36c1a1c06f19823bc7b99a880c48675dfa (diff)
Bump v39v39
-rw-r--r--NEWS4
-rw-r--r--activity/activity.info2
-rw-r--r--pippy_app.py2
3 files changed, 6 insertions, 2 deletions
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():