Skip to content

Commit

Permalink
Release 5.3.4: appversion (changelog identical to -beta1)
Browse files Browse the repository at this point in the history
  • Loading branch information
Athanasius committed Mar 22, 2022
1 parent c18c181 commit 693463d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/__init__.py
Expand Up @@ -52,7 +52,7 @@
# <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.4-beta1'
_static_appversion = '5.3.4'
_cached_version: Optional[semantic_version.Version] = None
copyright = '© 2015-2019 Jonathan Harris, 2020-2022 EDCD'

Expand Down

0 comments on commit 693463d

Please sign in to comment.