pull/161/head
Pavel Loginov 2019-10-09 09:46:26 +03:00
parent 6933f41644
commit b53062c647
1 changed files with 1 additions and 1 deletions

View File

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