Versioning for v1.4.1

This commit is contained in:
Raffson 2025-06-07 19:31:10 +02:00
parent 1bc876ab61
commit fd1337bb46
No known key found for this signature in database
GPG Key ID: B0402B2C9B764D99
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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: