diff --git a/spug_api/spug/settings.py b/spug_api/spug/settings.py index 785ed0e..ed5c670 100644 --- a/spug_api/spug/settings.py +++ b/spug_api/spug/settings.py @@ -130,7 +130,7 @@ AUTHENTICATION_EXCLUDES = ( re.compile('/apis/.*'), ) -SPUG_VERSION = 'v2.3.14' +SPUG_VERSION = 'v3.0.1' # override default config try: diff --git a/spug_web/src/libs/index.js b/spug_web/src/libs/index.js index 6eee848..6fc7f4e 100644 --- a/spug_web/src/libs/index.js +++ b/spug_web/src/libs/index.js @@ -10,4 +10,4 @@ export * from './functools'; export * from './router'; export const http = _http; export const history = _history; -export const VERSION = 'v2.3.14'; +export const VERSION = 'v3.0.1';