U Release v2.3.6

pull/154/head v2.3.6
vapao 2020-07-18 15:39:40 +08:00
parent 7fc7c3d5e4
commit 0a31746cfc
2 changed files with 2 additions and 2 deletions

View File

@ -121,7 +121,7 @@ AUTHENTICATION_EXCLUDES = (
re.compile('/apis/.*'),
)
SPUG_VERSION = 'v2.3.5'
SPUG_VERSION = 'v2.3.6'
# override default config
try:

View File

@ -8,4 +8,4 @@ import _http from './http';
export * from './functools';
export * from './router';
export const http = _http;
export const VERSION = 'v2.3.5';
export const VERSION = 'v2.3.6';