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 33f3a66 commit 1115c02Copy full SHA for 1115c02
spug_api/spug/settings.py
@@ -133,7 +133,7 @@
133
re.compile('/apis/.*'),
134
)
135
136
-SPUG_VERSION = 'v3.2.4'
+SPUG_VERSION = 'v3.2.5'
137
138
# override default config
139
try:
spug_web/src/libs/index.js
@@ -10,4 +10,4 @@ export * from './functools';
10
export * from './router';
11
export const http = _http;
12
export const history = _history;
13
-export const VERSION = 'v3.2.4';
+export const VERSION = 'v3.2.5';
0 commit comments