From 129faf705423c9a9c59a3633b3ad9b9f32fbf732 Mon Sep 17 00:00:00 2001 From: creylopez Date: Mon, 17 Mar 2025 07:01:55 +0000 Subject: [PATCH] Actualizar 'src/entrenadores/settings.py' --- src/entrenadores/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/entrenadores/settings.py b/src/entrenadores/settings.py index 5e4f519..6933ae1 100644 --- a/src/entrenadores/settings.py +++ b/src/entrenadores/settings.py @@ -14,7 +14,7 @@ from pathlib import Path import os import logging -APP_VERSION = "11.0.2" +APP_VERSION = "0.1.0" # Build paths inside the project like this: BASE_DIR / 'subdir'. BASE_DIR = Path(__file__).resolve().parent.parent