From edcadde36808f9006a2769e37acb0af6a662a9fd Mon Sep 17 00:00:00 2001 From: Raffson Date: Sun, 17 Mar 2024 00:52:22 +0100 Subject: [PATCH] Update version to 1.3.1 --- docs/conf.py | 8 ++++---- game/version.py | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 3e30dc26..59663308 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -6,10 +6,10 @@ # -- Project information ----------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information -project = "DCS Liberation" -copyright = "2023, DCS Liberation Team" -author = "DCS Liberation Team" -release = "7.0.0" +project = "DCS Retribution" +copyright = "2023, DCS Retribution Team" +author = "DCS Retribution Team" +release = "1.3.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 38323e30..a78aca04 100644 --- a/game/version.py +++ b/game/version.py @@ -3,7 +3,7 @@ from pathlib import Path MAJOR_VERSION = 1 MINOR_VERSION = 3 -MICRO_VERSION = 0 +MICRO_VERSION = 1 def _optional_build_id_component(path: Path) -> str | None: