mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Preparations for v1.5.0
This commit is contained in:
parent
c8e3274c4e
commit
170e432008
2
.github/ISSUE_TEMPLATE/bug-report.yml
vendored
2
.github/ISSUE_TEMPLATE/bug-report.yml
vendored
@ -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:
|
||||
|
||||
2
.github/ISSUE_TEMPLATE/new-game-bug.yml
vendored
2
.github/ISSUE_TEMPLATE/new-game-bug.yml
vendored
@ -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:
|
||||
|
||||
@ -1,3 +1,10 @@
|
||||
# Retribution v1.5.0
|
||||
|
||||
## Features/Improvements
|
||||
|
||||
## Fixes
|
||||
|
||||
|
||||
# Retribution v1.4.0
|
||||
|
||||
## Features/Improvements
|
||||
|
||||
@ -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
|
||||
|
||||
@ -2,7 +2,7 @@ from pathlib import Path
|
||||
|
||||
|
||||
MAJOR_VERSION = 1
|
||||
MINOR_VERSION = 4
|
||||
MINOR_VERSION = 5
|
||||
MICRO_VERSION = 0
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user