Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/pippy_app.py
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 /pippy_app.py
parent8bd961a389c61ab412f671e0c5b9178d87560024 (diff)
"Release 60"v60
Diffstat (limited to 'pippy_app.py')
-rw-r--r--pippy_app.py11
1 files changed, 10 insertions, 1 deletions
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."""