Skip to content

Commit

Permalink
Release/5.9.5 Update Changelog and Version String
Browse files Browse the repository at this point in the history
  • Loading branch information
Rixxan committed Aug 22, 2023
1 parent 949a352 commit 6f2ba8d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,17 @@ produce the Windows executables and installer.
currently used version in a given branch.

---
Release 5.9.5
===
This release fixes an uncommon problem with the uninstaller logic if upgrading from a version prior
to 5.9.0 to improve consistancy across versions.

Note to plugin developers: modules.p and ships.p will be deprecated in the next version, and slated
for removal in the next major release! Please look for that change coming soon.

- Updates Module pickle files to latest values
- Fixes a problem with the uninstaller logic caused by prior versions having fluctuating GUIDs.

Release 5.9.4
===
This release fixes a widely-reported bug that resulted in the cAPI Authentication
Expand Down
2 changes: 1 addition & 1 deletion config/__init__.py
Original file line number Diff line number Diff line change
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.9.4'
_static_appversion = '5.9.5'

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

0 comments on commit 6f2ba8d

Please sign in to comment.