diff --git a/config.py b/config.py index 7586a2902e..b8ada7e1c7 100644 --- a/config.py +++ b/config.py @@ -20,8 +20,8 @@ # Version data version = "1.19.2" tag = "git" -expansionName = "February 2016" -expansionVersion = "1.1" +expansionName = "Singularity" +expansionVersion = "1015913" evemonMinVersion = "4081" pyfaPath = None diff --git a/eos/db/migration.py b/eos/db/migration.py index c99be1ffcf..a7c3fd7745 100644 --- a/eos/db/migration.py +++ b/eos/db/migration.py @@ -37,4 +37,4 @@ def update(saveddata_engine): func(saveddata_engine) # when all is said and done, set version to current - saveddata_engine.execute("PRAGMA user_version = {}".format(appVersion)) + # saveddata_engine.execute("PRAGMA user_version = {}".format(appVersion))