Skip to content

Commit

Permalink
Merge pull request #1470 from swirlai/ds-3242-comm
Browse files Browse the repository at this point in the history
update verion number on develop; update API docs version to base only
  • Loading branch information
dnicodemus authored Nov 14, 2024
2 parents 11e037b + 0f075e1 commit 69541d0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions swirl/banner.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ class bcolors:
ENDC = '\033[0m'
BOLD = '\033[1m'

SWIRL_VERSION = '3.9-DEV'
SWIRL_VERSION = '3.10-DEV'

SWIRL_BANNER_TEXT = "__S_W_I_R_L__3_._9-DEV__________________________________________________________"
SWIRL_BANNER_TEXT = "__S_W_I_R_L__3_._10-DEV__________________________________________________________"
SWIRL_BANNER = f'{bcolors.BOLD}{SWIRL_BANNER_TEXT}{bcolors.ENDC}'

#############################################
Expand Down
2 changes: 1 addition & 1 deletion swirl_server/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
SPECTACULAR_SETTINGS = {
'TITLE': 'SWIRL API',
'DESCRIPTION': 'SWIRL AI Connect Community Edition API',
'VERSION': '3.6-DEV',
'VERSION': '3',
'SERVE_INCLUDE_SCHEMA': False, # 'False' disables serving the schema with the UI
'PREPROCESSING_HOOKS': [
'swirl.utils.include_exclude_api_paths',
Expand Down

0 comments on commit 69541d0

Please sign in to comment.