# Release v3.3.1

dependabot/pip/spug_api/paramiko-3.4.0 v3.3.1
vapao 2023-11-23 19:47:21 +08:00
parent e5e389e220
commit a329cf5a90
2 changed files with 2 additions and 2 deletions

View File

@ -133,7 +133,7 @@ AUTHENTICATION_EXCLUDES = (
re.compile('/apis/.*'),
)
SPUG_VERSION = 'v3.3.0'
SPUG_VERSION = 'v3.3.1'
# override default config
try:

View File

@ -10,4 +10,4 @@ export * from './functools';
export * from './router';
export const http = _http;
export const history = _history;
export const VERSION = 'v3.3.0';
export const VERSION = 'v3.3.1';