Preparations for v1.5.0

This commit is contained in:
Raffson 2025-04-14 21:24:32 +02:00
parent c8e3274c4e
commit 170e432008
No known key found for this signature in database
GPG Key ID: B0402B2C9B764D99
5 changed files with 12 additions and 5 deletions

View File

@ -31,7 +31,7 @@ body:
If the bug was found in a test/development build, select "Test build" or "Development build"
and provide a link to the applicable build in the field below.
options:
- v1.3.1
- v1.4.0
- Test build
- type: input
attributes:

View File

@ -39,7 +39,7 @@ body:
If the bug was found in a test/development build, select "Test build" or "Development build"
and provide a link to the applicable build in the field below.
options:
- 1.3.1
- 1.4.0
- Test build
- type: input
attributes:

View File

@ -1,3 +1,10 @@
# Retribution v1.5.0
## Features/Improvements
## Fixes
# Retribution v1.4.0
## Features/Improvements

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.5.0"
# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration

View File

@ -2,7 +2,7 @@ from pathlib import Path
MAJOR_VERSION = 1
MINOR_VERSION = 4
MINOR_VERSION = 5
MICRO_VERSION = 0