From fd1337bb4697cb365f3cb2c6f845eafefdacaa98 Mon Sep 17 00:00:00 2001 From: Raffson Date: Sat, 7 Jun 2025 19:31:10 +0200 Subject: [PATCH] Versioning for v1.4.1 --- docs/conf.py | 4 ++-- game/version.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 556f00f9..ac2db9a1 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -7,9 +7,9 @@ # https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information project = "DCS Retribution" -copyright = "2024, DCS Retribution Team" +copyright = "2025, DCS Retribution Team" author = "DCS Retribution Team" -release = "1.4.0" +release = "1.4.1" # -- General configuration --------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration diff --git a/game/version.py b/game/version.py index ee43eed0..d394f9ef 100644 --- a/game/version.py +++ b/game/version.py @@ -3,7 +3,7 @@ from pathlib import Path MAJOR_VERSION = 1 MINOR_VERSION = 4 -MICRO_VERSION = 0 +MICRO_VERSION = 1 def _optional_build_id_component(path: Path) -> str | None: