pull/161/head
Pavel Loginov 2019-10-07 20:08:33 +03:00
parent 6b9f143bac
commit 687485405b
1 changed files with 1 additions and 1 deletions

View File

@ -420,7 +420,7 @@ def update_db_v_3_4_9_5(**kwargs):
def update_ver(**kwargs):
con, cur = get_cur()
sql = """update version set version = '3.5.1'; """
sql = """update version set version = '3.5.2'; """
try:
cur.execute(sql)
con.commit()