From d8c58e2fd9251466a8619a049b4dff6f016c6e5b Mon Sep 17 00:00:00 2001
From: Athanasius <github@miggy.org>
Date: Mon, 21 Feb 2022 12:36:42 +0000
Subject: [PATCH] develop: post-release version bump

---
 config/__init__.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config/__init__.py b/config/__init__.py
index 0307386e..5d9cac1b 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.1'
+_static_appversion = '5.3.2-beta0'
 _cached_version: Optional[semantic_version.Version] = None
 copyright = '© 2015-2019 Jonathan Harris, 2020-2022 EDCD'