Skip to content

Commit

Permalink
set version to 0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
ab-smith committed Apr 18, 2024
1 parent cdc7f2f commit 14c0ac5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions backend/ciso_assistant/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -312,9 +312,9 @@ def set_ciso_assistant_url(_, __, event_dict):
]

SPECTACULAR_SETTINGS = {
"TITLE": "CISO Assistant API",
"DESCRIPTION": "CISO Assistant - API Documentation",
"VERSION": "1.0.0",
"TITLE": "CISO Assistant API - Experimental",
"DESCRIPTION": "CISO Assistant - API Documentation for automating all your GRC needs",
"VERSION": "0.7.0",
"SERVE_INCLUDE_SCHEMA": False,
# OTHER SETTINGS
}

0 comments on commit 14c0ac5

Please sign in to comment.