Revision: 28475
          http://sourceforge.net/p/bibdesk/svn/28475
Author:   hofman
Date:     2023-12-22 16:57:39 +0000 (Fri, 22 Dec 2023)
Log Message:
-----------
no need to search for New Features after Bugs Fixed

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

Modified: trunk/bibdesk/build_release.py
===================================================================
--- trunk/bibdesk/build_release.py      2023-12-22 15:49:41 UTC (rev 28474)
+++ trunk/bibdesk/build_release.py      2023-12-22 16:57:39 UTC (rev 28475)
@@ -341,7 +341,7 @@
             bugsFixed.append(relNotes[start:end])
     
     endNote = endNew
-    start = relNotes.find("New Features")
+    start = relNotes.find("New Features", 0, endNew)
     if start != -1:
         endNote = start
         while True:

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



_______________________________________________
Bibdesk-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bibdesk-commit

Reply via email to