mirror of https://github.com/openspug/spug
parent
0373baef42
commit
24cfa80506
|
@ -131,7 +131,7 @@ AUTHENTICATION_EXCLUDES = (
|
|||
re.compile('/apis/.*'),
|
||||
)
|
||||
|
||||
SPUG_VERSION = 'v3.1.0'
|
||||
SPUG_VERSION = 'v3.1.1'
|
||||
|
||||
# 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 = 'v3.1.0';
|
||||
export const VERSION = 'v3.1.1';
|
||||
|
|
Loading…
Reference in New Issue