mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Versioning for v1.4.1
This commit is contained in:
@@ -7,9 +7,9 @@
|
|||||||
# https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information
|
# https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information
|
||||||
|
|
||||||
project = "DCS Retribution"
|
project = "DCS Retribution"
|
||||||
copyright = "2024, DCS Retribution Team"
|
copyright = "2025, DCS Retribution Team"
|
||||||
author = "DCS Retribution Team"
|
author = "DCS Retribution Team"
|
||||||
release = "1.4.0"
|
release = "1.4.1"
|
||||||
|
|
||||||
# -- General configuration ---------------------------------------------------
|
# -- General configuration ---------------------------------------------------
|
||||||
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
|
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ from pathlib import Path
|
|||||||
|
|
||||||
MAJOR_VERSION = 1
|
MAJOR_VERSION = 1
|
||||||
MINOR_VERSION = 4
|
MINOR_VERSION = 4
|
||||||
MICRO_VERSION = 0
|
MICRO_VERSION = 1
|
||||||
|
|
||||||
|
|
||||||
def _optional_build_id_component(path: Path) -> str | None:
|
def _optional_build_id_component(path: Path) -> str | None:
|
||||||
|
|||||||
Reference in New Issue
Block a user