Skip to content

Commit

Permalink
Pre-Release 5.3.4-beta1: appversion & changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Athanasius committed Mar 18, 2022
1 parent 2dae8ee commit c18c181
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 @@ -29,6 +29,17 @@ produce the Windows executables and installer.

* We now test against, and package with, Python 3.10.3.

Release 5.3.4
===

Whilst EDMarketConnector.exe was fixed for the Odyssey Update 11 difference in
Journal file names, EDMC.exe was not.

* Use the new common function for finding latest journal file in EDMC.py.
* Quietens some NavRoute related logging for the benefit of EDMC.py. This is
now at DEBUG level, rather than INFO.


Release 5.3.3
===

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.3.4-beta0'
_static_appversion = '5.3.4-beta1'
_cached_version: Optional[semantic_version.Version] = None
copyright = '© 2015-2019 Jonathan Harris, 2020-2022 EDCD'

Expand Down

0 comments on commit c18c181

Please sign in to comment.