Skip to content

Commit

Permalink
# Release v3.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
vapao committed Nov 29, 2023
1 parent a329cf5 commit 4666795
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions spug_api/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ channels==2.3.1
channels_redis==2.4.1
paramiko==2.11.0
django-redis==4.10.0
requests==2.31.0
GitPython==3.1.37
requests==2.27.1
GitPython==3.1.20
python-ldap==3.4.0
openpyxl==3.0.3
user_agents==2.2.0
2 changes: 1 addition & 1 deletion spug_api/spug/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@
re.compile('/apis/.*'),
)

SPUG_VERSION = 'v3.3.1'
SPUG_VERSION = 'v3.3.2'

# override default config
try:
Expand Down
2 changes: 1 addition & 1 deletion spug_web/src/libs/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ export * from './functools';
export * from './router';
export const http = _http;
export const history = _history;
export const VERSION = 'v3.3.1';
export const VERSION = 'v3.3.2';

0 comments on commit 4666795

Please sign in to comment.