mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-04-14 16:27:13 +03:00
Merge branch 'develop' into fix/2048/capi-auth-issues
This commit is contained in:
commit
e7f85ca81f
@ -33,6 +33,12 @@ produce the Windows executables and installer.
|
|||||||
currently used version in a given branch.
|
currently used version in a given branch.
|
||||||
|
|
||||||
---
|
---
|
||||||
|
Release 5.9.3
|
||||||
|
===
|
||||||
|
This release is identical to 5.9.3, except reverts a bad change.
|
||||||
|
|
||||||
|
- REVERTS Deprecated load_module() is now retired (#1462)
|
||||||
|
|
||||||
Release 5.9.2
|
Release 5.9.2
|
||||||
===
|
===
|
||||||
This release fixes a critical issue on clean installs which would not update the
|
This release fixes a critical issue on clean installs which would not update the
|
||||||
|
@ -52,7 +52,8 @@ appcmdname = 'EDMC'
|
|||||||
# <https://semver.org/#semantic-versioning-specification-semver>
|
# <https://semver.org/#semantic-versioning-specification-semver>
|
||||||
# Major.Minor.Patch(-prerelease)(+buildmetadata)
|
# Major.Minor.Patch(-prerelease)(+buildmetadata)
|
||||||
# NB: Do *not* import this, use the functions appversion() and appversion_nobuild()
|
# NB: Do *not* import this, use the functions appversion() and appversion_nobuild()
|
||||||
_static_appversion = '5.9.4-alpha1'
|
_static_appversion = '5.9.4'
|
||||||
|
|
||||||
_cached_version: Optional[semantic_version.Version] = None
|
_cached_version: Optional[semantic_version.Version] = None
|
||||||
copyright = '© 2015-2019 Jonathan Harris, 2020-2023 EDCD'
|
copyright = '© 2015-2019 Jonathan Harris, 2020-2023 EDCD'
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user