mirror of https://github.com/openspug/spug
parent
1c9713c873
commit
9c7bc950e3
|
@ -123,7 +123,7 @@ AUTHENTICATION_EXCLUDES = (
|
|||
re.compile('/apis/.*'),
|
||||
)
|
||||
|
||||
SPUG_VERSION = 'v2.3.17'
|
||||
SPUG_VERSION = 'v2.3.18'
|
||||
|
||||
# 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.17';
|
||||
export const VERSION = 'v2.3.18';
|
||||
|
|
Loading…
Reference in New Issue