Also increment the version number

Of course. Duh.

Contributes to issue CURA-844.
This commit is contained in:
Ghostkeeper 2016-06-24 16:04:02 +02:00
parent e02a633ef2
commit ec5aee253d

View file

@ -55,6 +55,9 @@ class Preferences:
visible_settings = visible_settings.join(",")
self._config.set("machines", "setting_visibility", value = visible_settings)
#Update the version number itself.
self._config.set("general", "version", value = "3")
#Output the result as a string.
output = io.StringIO()
self._config.write(output)