Revision: 28939
          http://sourceforge.net/p/bibdesk/svn/28939
Author:   hofman
Date:     2024-08-23 14:46:16 +0000 (Fri, 23 Aug 2024)
Log Message:
-----------
Don't add spaces at end of release notes in appcast

Modified Paths:
--------------
    trunk/bibdesk/build_release.py

Modified: trunk/bibdesk/build_release.py
===================================================================
--- trunk/bibdesk/build_release.py      2024-08-21 15:57:04 UTC (rev 28938)
+++ trunk/bibdesk/build_release.py      2024-08-23 14:46:16 UTC (rev 28939)
@@ -471,7 +471,7 @@
     <channel>
         <item>
             <title>Version """ + newVersionString + """</title>
-            <description><![CDATA[""" + relNotes + """            
]]></description>
+            <description><![CDATA[""" + relNotes + """]]></description>
             <pubDate>""" + appcastDate + """</pubDate>
             <sparkle:minimumSystemVersion>""" + minimumSystemVersion + 
"""</sparkle:minimumSystemVersion>
             <enclosure url=\"""" + download_url + """\" sparkle:version=\"""" 
+ newVersion + """\" sparkle:shortVersionString=\"""" + newVersionString + 
"""\" type=\"""" + type + """\" """ + signatureAndSize + """ />

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



_______________________________________________
Bibdesk-commit mailing list
Bibdesk-commit@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bibdesk-commit

Reply via email to