From 68a6a828d840bf51a3d22d60b9e1865506a442e9 Mon Sep 17 00:00:00 2001 From: blitzmann Date: Tue, 8 Mar 2016 16:55:03 -0500 Subject: [PATCH] Revert "Disable setting new database version and bump pre-release" This reverts commit d36bf41ecf8ae882eec3eafa3f18c9328228de8a. --- config.py | 4 ++-- eos/db/migration.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/config.py b/config.py index b8ada7e1c..7586a2902 100644 --- a/config.py +++ b/config.py @@ -20,8 +20,8 @@ saveInRoot = False # Version data version = "1.19.2" tag = "git" -expansionName = "Singularity" -expansionVersion = "1015913" +expansionName = "February 2016" +expansionVersion = "1.1" evemonMinVersion = "4081" pyfaPath = None diff --git a/eos/db/migration.py b/eos/db/migration.py index a7c3fd774..c99be1ffc 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))