mirror of https://github.com/openspug/spug
# Release v3.3.0
parent
2efb1b88f9
commit
51da1ccc09
|
@ -133,7 +133,7 @@ AUTHENTICATION_EXCLUDES = (
|
||||||
re.compile('/apis/.*'),
|
re.compile('/apis/.*'),
|
||||||
)
|
)
|
||||||
|
|
||||||
SPUG_VERSION = 'v3.2.7'
|
SPUG_VERSION = 'v3.3.0'
|
||||||
|
|
||||||
# override default config
|
# override default config
|
||||||
try:
|
try:
|
||||||
|
|
|
@ -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.2.7';
|
export const VERSION = 'v3.3.0';
|
||||||
|
|
Loading…
Reference in New Issue