From f93b4b57d1586970031678d40a711699e56ab28e Mon Sep 17 00:00:00 2001 From: Athanasius <github@miggy.org> Date: Mon, 7 Feb 2022 09:48:28 +0000 Subject: [PATCH] Pre-Release 5.3.0-beta8: appversion and ChangeLog stub --- ChangeLog.md | 8 ++++++++ config/__init__.py | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/ChangeLog.md b/ChangeLog.md index caea7f67..5571c852 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -27,6 +27,14 @@ produce the Windows executables and installer. --- +Pre-Release 5.3.0-beta8 +=== + +This release is simply to check we've correctly updated the windows-build +configuration to pull in `FDevIDs` when the build is performed on GitHub. + +--- + Pre-Release 5.3.0-beta7 === diff --git a/config/__init__.py b/config/__init__.py index fa8f1776..5221aa61 100644 --- a/config/__init__.py +++ b/config/__init__.py @@ -52,7 +52,7 @@ appcmdname = 'EDMC' # <https://semver.org/#semantic-versioning-specification-semver> # Major.Minor.Patch(-prerelease)(+buildmetadata) # NB: Do *not* import this, use the functions appversion() and appversion_nobuild() -_static_appversion = '5.3.0-beta7' +_static_appversion = '5.3.0-beta8' _cached_version: Optional[semantic_version.Version] = None copyright = '© 2015-2019 Jonathan Harris, 2020-2022 EDCD'