mirror of https://github.com/openspug/spug
U Release v2.3.10
parent
821b62ce46
commit
5d3360bff5
|
@ -123,7 +123,7 @@ AUTHENTICATION_EXCLUDES = (
|
|||
re.compile('/apis/.*'),
|
||||
)
|
||||
|
||||
SPUG_VERSION = 'v2.3.9'
|
||||
SPUG_VERSION = 'v2.3.10'
|
||||
|
||||
# override default config
|
||||
try:
|
||||
|
|
|
@ -10,4 +10,4 @@ export * from './functools';
|
|||
export * from './router';
|
||||
export const http = _http;
|
||||
export const history = _history;
|
||||
export const VERSION = 'v2.3.9';
|
||||
export const VERSION = 'v2.3.10';
|
||||
|
|
Loading…
Reference in New Issue