mirror of https://github.com/openspug/spug
Release v3.0.1-beta.7
parent
aca586a153
commit
39da34af77
|
@ -130,7 +130,7 @@ AUTHENTICATION_EXCLUDES = (
|
|||
re.compile('/apis/.*'),
|
||||
)
|
||||
|
||||
SPUG_VERSION = 'v3.0.1-beta.6'
|
||||
SPUG_VERSION = 'v3.0.1-beta.7'
|
||||
|
||||
# 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.0.1-beta.6';
|
||||
export const VERSION = 'v3.0.1-beta.7';
|
||||
|
|
Loading…
Reference in New Issue