U Release v2.3.5

pull/146/head
vapao 2020-07-04 23:09:36 +08:00
parent de1d987014
commit 4a6e080149
2 changed files with 2 additions and 2 deletions

View File

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

View File

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