Skip to content

Commit 4666795

Browse files
committed
# Release v3.3.2
1 parent a329cf5 commit 4666795

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

spug_api/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ channels==2.3.1
55
channels_redis==2.4.1
66
paramiko==2.11.0
77
django-redis==4.10.0
8-
requests==2.31.0
9-
GitPython==3.1.37
8+
requests==2.27.1
9+
GitPython==3.1.20
1010
python-ldap==3.4.0
1111
openpyxl==3.0.3
1212
user_agents==2.2.0

spug_api/spug/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@
133133
re.compile('/apis/.*'),
134134
)
135135

136-
SPUG_VERSION = 'v3.3.1'
136+
SPUG_VERSION = 'v3.3.2'
137137

138138
# override default config
139139
try:

spug_web/src/libs/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ export * from './functools';
1010
export * from './router';
1111
export const http = _http;
1212
export const history = _history;
13-
export const VERSION = 'v3.3.1';
13+
export const VERSION = 'v3.3.2';

0 commit comments

Comments
 (0)