U Release v3.0.3

pull/442/head v3.0.3
vapao 2021-12-27 09:54:23 +08:00
parent 49ca188c4b
commit c4df010cdd
2 changed files with 2 additions and 2 deletions

View File

@ -131,7 +131,7 @@ AUTHENTICATION_EXCLUDES = (
re.compile('/apis/.*'), re.compile('/apis/.*'),
) )
SPUG_VERSION = 'v3.0.2' SPUG_VERSION = 'v3.0.3'
# 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 = 'v3.0.2'; export const VERSION = 'v3.0.3';