openlp-core team mailing list archive
-
openlp-core team
-
Mailing list archive
-
Message #07423
[Merge] lp:~googol-hush/openlp/trivial into lp:openlp
Andreas Preikschat has proposed merging lp:~googol-hush/openlp/trivial into lp:openlp.
Requested reviews:
OpenLP Core (openlp-core)
For more details, see:
https://code.launchpad.net/~googol-hush/openlp/trivial/+merge/54730
Hello
- changed the hard coded version numbers
--
https://code.launchpad.net/~googol-hush/openlp/trivial/+merge/54730
Your team OpenLP Core is requested to review the proposed merge of lp:~googol-hush/openlp/trivial into lp:openlp.
=== modified file 'openlp/core/lib/plugin.py'
--- openlp/core/lib/plugin.py 2011-03-10 19:17:05 +0000
+++ openlp/core/lib/plugin.py 2011-03-24 16:38:26 +0000
@@ -145,7 +145,7 @@
self.textStrings = {}
self.setPluginTextStrings()
self.nameStrings = self.textStrings[StringContent.Name]
- self.version = version if version else u'1.9.4'
+ self.version = version if version else u'1.9.5'
self.settingsSection = self.name.lower()
self.icon = None
self.mediaItemClass = mediaItemClass
=== modified file 'openlp/plugins/songs/lib/xml.py'
--- openlp/plugins/songs/lib/xml.py 2011-03-18 18:43:26 +0000
+++ openlp/plugins/songs/lib/xml.py 2011-03-24 16:38:26 +0000
@@ -230,8 +230,8 @@
# Append the necessary meta data to the song.
song_xml.set(u'xmlns', u'http://openlyrics.info/namespace/2009/song')
song_xml.set(u'version', OpenLyrics.IMPLEMENTED_VERSION)
- song_xml.set(u'createdIn', u'OpenLP 1.9.4') # Use variable
- song_xml.set(u'modifiedIn', u'OpenLP 1.9.4') # Use variable
+ song_xml.set(u'createdIn', u'OpenLP 1.9.5') # Use variable
+ song_xml.set(u'modifiedIn', u'OpenLP 1.9.5') # Use variable
song_xml.set(u'modifiedDate',
datetime.datetime.now().strftime(u'%Y-%m-%dT%H:%M:%S'))
properties = etree.SubElement(song_xml, u'properties')
Follow ups