Update version to 1.3.1

This commit is contained in:
Raffson 2024-03-17 00:52:22 +01:00
parent e9832b5d82
commit edcadde368
No known key found for this signature in database
GPG Key ID: B0402B2C9B764D99
2 changed files with 5 additions and 5 deletions

View File

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

View File

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