Skip to content

Commit

Permalink
Update values for 3.9 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Dataliberate committed Jul 16, 2019
1 parent dbdcc5a commit a57b0d1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions sdoapp.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
log.error("Invalid config from '%s' or its includes !!" % CONFIGFILE)
os.exit()

SCHEMA_VERSION="3.8"
SCHEMA_VERSION="3.9"

if not getInTestHarness():
GAE_APP_ID = app_identity.get_application_id()
Expand All @@ -82,7 +82,8 @@
"3.5": "2019-04-01",
"3.6": "2019-05-01",
"3.7": "2019-06-01",
"3.8": "2019-07-01" }
"3.8": "2019-07-01",
"3.9": "2019-08-01" }

silent_skip_list = [ "favicon.ico" ] # Do nothing for now

Expand Down

0 comments on commit a57b0d1

Please sign in to comment.