Compare commits

...

1 Commits

Author SHA1 Message Date
Dan Albert
7614017828 Bump version to 7.0.1. 2023-05-23 01:41:13 -07:00
2 changed files with 2 additions and 2 deletions

View File

@@ -9,7 +9,7 @@
project = "DCS Liberation" project = "DCS Liberation"
copyright = "2023, DCS Liberation Team" copyright = "2023, DCS Liberation Team"
author = "DCS Liberation Team" author = "DCS Liberation Team"
release = "7.0.0" release = "7.0.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

View File

@@ -3,7 +3,7 @@ from pathlib import Path
MAJOR_VERSION = 7 MAJOR_VERSION = 7
MINOR_VERSION = 0 MINOR_VERSION = 0
MICRO_VERSION = 0 MICRO_VERSION = 1
VERSION_NUMBER = ".".join(str(v) for v in (MAJOR_VERSION, MINOR_VERSION, MICRO_VERSION)) VERSION_NUMBER = ".".join(str(v) for v in (MAJOR_VERSION, MINOR_VERSION, MICRO_VERSION))