Release v3.2.4

pull/586/head v3.2.4
vapao 2022-08-01 00:52:33 +08:00
parent eadb1bedb2
commit c6f0285746
2 changed files with 2 additions and 2 deletions

View File

@ -133,7 +133,7 @@ AUTHENTICATION_EXCLUDES = (
re.compile('/apis/.*'),
)
SPUG_VERSION = 'v3.2.3'
SPUG_VERSION = 'v3.2.4'
# override default config
try:

View File

@ -10,4 +10,4 @@ export * from './functools';
export * from './router';
export const http = _http;
export const history = _history;
export const VERSION = 'v3.2.3';
export const VERSION = 'v3.2.4';