mirror of https://github.com/openspug/spug
U Release v2.3.3
parent
f217038521
commit
b7646bb243
|
@ -121,7 +121,7 @@ AUTHENTICATION_EXCLUDES = (
|
||||||
re.compile('/apis/.*'),
|
re.compile('/apis/.*'),
|
||||||
)
|
)
|
||||||
|
|
||||||
SPUG_VERSION = 'v2.3.2'
|
SPUG_VERSION = 'v2.3.3'
|
||||||
|
|
||||||
# override default config
|
# override default config
|
||||||
try:
|
try:
|
||||||
|
|
|
@ -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.2';
|
export const VERSION = 'v2.3.3';
|
||||||
|
|
Loading…
Reference in New Issue