Revision: 27221
          http://sourceforge.net/p/bibdesk/svn/27221
Author:   hofman
Date:     2022-01-06 10:36:03 +0000 (Thu, 06 Jan 2022)
Log Message:
-----------
write message to stout after updating version string

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

Modified: trunk/bibdesk/build_release.py
===================================================================
--- trunk/bibdesk/build_release.py      2022-01-06 07:31:35 UTC (rev 27220)
+++ trunk/bibdesk/build_release.py      2022-01-06 10:36:03 UTC (rev 27221)
@@ -135,6 +135,7 @@
         newVersion = ".".join(oldVersion)
     infoPlist["CFBundleShortVersionString"] = newVersion
     plistlib.writePlist(infoPlist, SOURCE_PLIST_PATH)
+    print("version string updated to %s" % (newVersion))
 
 def read_versions():
     

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