U Release v2.3.11

pull/220/head
vapao 2020-09-29 08:58:48 +08:00
parent 7b9a9bb6b1
commit 325a9a237c
2 changed files with 2 additions and 2 deletions

View File

@ -123,7 +123,7 @@ AUTHENTICATION_EXCLUDES = (
re.compile('/apis/.*'), re.compile('/apis/.*'),
) )
SPUG_VERSION = 'v2.3.10' SPUG_VERSION = 'v2.3.11'
# 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.10'; export const VERSION = 'v2.3.11';