Skip to content

Commit 324aece

Browse files
committed
Bump version numbers to 1.0.2 in FastAPI app, Docker Compose, and Django settings
1 parent f461f4b commit 324aece

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

bot-system/app/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
app = FastAPI(
2727
title="BlackWave Bot Service",
2828
description="API for managing autonomous AI bots in the BlackWave social network simulator",
29-
version="1.1.0",
29+
version="1.0.2",
3030
)
3131

3232
# Setup CORS

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
services:
22
blackwave-social-network:
3-
image: ghcr.io/metimol/blackwave-social-network:v1.0.0
3+
image: ghcr.io/metimol/blackwave-social-network:v1.0.2
44
container_name: blackwave-social-network
55
depends_on:
66
mysql:
@@ -25,7 +25,7 @@ services:
2525
- static_files:/app/staticfiles
2626

2727
blackwave-bot-service:
28-
image: ghcr.io/metimol/blackwave-bot-service:v1.0.0
28+
image: ghcr.io/metimol/blackwave-bot-service:v1.0.2
2929
container_name: blackwave-bot-service
3030
volumes:
3131
- blackwave_data:/app/data

social-network/blackwave/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@
122122

123123
SPECTACULAR_SETTINGS = {
124124
"TITLE": "Blackwave API",
125-
"VERSION": "1.0.0",
125+
"VERSION": "1.0.2",
126126
"SERVE_INCLUDE_SCHEMA": False,
127127
"SWAGGER_UI_SETTINGS": {
128128
"persistAuthorization": True,

0 commit comments

Comments
 (0)