Skip to content

Commit 6f2ba8d

Browse files
committed
Release/5.9.5 Update Changelog and Version String
1 parent 949a352 commit 6f2ba8d

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

ChangeLog.md

+11
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,17 @@ produce the Windows executables and installer.
3333
currently used version in a given branch.
3434

3535
---
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+
3647
Release 5.9.4
3748
===
3849
This release fixes a widely-reported bug that resulted in the cAPI Authentication

config/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
# <https://semver.org/#semantic-versioning-specification-semver>
5353
# Major.Minor.Patch(-prerelease)(+buildmetadata)
5454
# NB: Do *not* import this, use the functions appversion() and appversion_nobuild()
55-
_static_appversion = '5.9.4'
55+
_static_appversion = '5.9.5'
5656

5757
_cached_version: Optional[semantic_version.Version] = None
5858
copyright = '© 2015-2019 Jonathan Harris, 2020-2023 EDCD'

0 commit comments

Comments
 (0)