We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f217038 commit b7646bbCopy full SHA for b7646bb
spug_api/spug/settings.py
@@ -121,7 +121,7 @@
121
re.compile('/apis/.*'),
122
)
123
124
-SPUG_VERSION = 'v2.3.2'
+SPUG_VERSION = 'v2.3.3'
125
126
# override default config
127
try:
spug_web/src/libs/index.js
@@ -8,4 +8,4 @@ import _http from './http';
8
export * from './functools';
9
export * from './router';
10
export const http = _http;
11
-export const VERSION = 'v2.3.2';
+export const VERSION = 'v2.3.3';
0 commit comments