File tree 2 files changed +12
-1
lines changed
2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -33,6 +33,17 @@ produce the Windows executables and installer.
33
33
currently used version in a given branch.
34
34
35
35
---
36
+ Release 5.9.5
37
+ ===
38
+ This release fixes an uncommon problem with the uninstaller logic if upgrading from a version prior
39
+ to 5.9.0 to improve consistancy across versions.
40
+
41
+ Note to plugin developers: modules.p and ships.p will be deprecated in the next version, and slated
42
+ for removal in the next major release! Please look for that change coming soon.
43
+
44
+ - Updates Module pickle files to latest values
45
+ - Fixes a problem with the uninstaller logic caused by prior versions having fluctuating GUIDs.
46
+
36
47
Release 5.9.4
37
48
===
38
49
This release fixes a widely-reported bug that resulted in the cAPI Authentication
Original file line number Diff line number Diff line change 52
52
# <https://semver.org/#semantic-versioning-specification-semver>
53
53
# Major.Minor.Patch(-prerelease)(+buildmetadata)
54
54
# NB: Do *not* import this, use the functions appversion() and appversion_nobuild()
55
- _static_appversion = '5.9.4 '
55
+ _static_appversion = '5.9.5 '
56
56
57
57
_cached_version : Optional [semantic_version .Version ] = None
58
58
copyright = '© 2015-2019 Jonathan Harris, 2020-2023 EDCD'
You can’t perform that action at this time.
0 commit comments