Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMorgan Collett <morgan.collett@gmail.com>2008-10-29 13:51:27 (GMT)
committer Morgan Collett <morgan.collett@gmail.com>2008-10-29 13:51:27 (GMT)
commit7c59b52ae5b17c0a6430d23fa3c38a95a15b4f99 (patch)
tree5712aa23628b7b689b92705442992675e1aada4c
parent8bd961a389c61ab412f671e0c5b9178d87560024 (diff)
"Release 60"v60
-rw-r--r--NEWS1
-rw-r--r--activity/activity.info2
-rw-r--r--pippy_app.py11
3 files changed, 12 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 13e08dd..4a1496e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,4 @@
+* Version bump to allow for stable releases after v48
* #8772: Fix journal entry creation in Chat for uri-list (kevix)
* #8471: Allow resuming Chat log in Write (morgs)
* #8411: Add license to activity.info (morgs)
diff --git a/activity/activity.info b/activity/activity.info
index c1581d6..15f96a4 100644
--- a/activity/activity.info
+++ b/activity/activity.info
@@ -3,7 +3,7 @@ name = Chat
bundle_id = org.laptop.Chat
class = pippy_app.Chat
icon = activity-icon
-activity_version = 45
+activity_version = 60
mime_types =
show_launcher = yes
host_version = 1
diff --git a/pippy_app.py b/pippy_app.py
index a6b3163..a6ffc11 100644
--- a/pippy_app.py
+++ b/pippy_app.py
@@ -727,6 +727,15 @@ CHAT_ICON=\
"""
CHAT_NEWS="""
+60
+
+* Version bump to allow for stable releases after v48
+* #8772: Fix journal entry creation in Chat for uri-list (kevix)
+* #8471: Allow resuming Chat log in Write (morgs)
+* #8411: Add license to activity.info (morgs)
+* Remove parameter from bundlebuilder.start (morgs)
+* Add update_url for software updater (morgs)
+
45
* Updated translations: sl, nb, el, mr, rw, ur, ne
@@ -913,7 +922,7 @@ CHAT_NEWS="""
def pippy_activity_version():
"""Returns the version number of the generated activity bundle."""
- return 45
+ return 60
def pippy_activity_news():
"""Return the NEWS file for this activity."""