diff --git a/spug_api/spug/settings.py b/spug_api/spug/settings.py index 89cd2c4..a188115 100644 --- a/spug_api/spug/settings.py +++ b/spug_api/spug/settings.py @@ -133,7 +133,7 @@ AUTHENTICATION_EXCLUDES = ( re.compile('/apis/.*'), ) -SPUG_VERSION = 'v3.2.4' +SPUG_VERSION = 'v3.2.5' # override default config try: diff --git a/spug_web/src/libs/index.js b/spug_web/src/libs/index.js index f335b06..e6eb832 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 = 'v3.2.4'; +export const VERSION = 'v3.2.5';