U Release v2.3.9

pull/191/head v2.3.9
vapao 2020-08-27 09:33:45 +08:00
parent 1fcd818583
commit 3ac3a6b152
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.8' SPUG_VERSION = 'v2.3.9'
# override default config # override default config
try: try:

View File

@ -10,4 +10,4 @@ export * from './functools';
export * from './router'; export * from './router';
export const http = _http; export const http = _http;
export const history = _history; export const history = _history;
export const VERSION = 'v2.3.8'; export const VERSION = 'v2.3.9';