1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-04-12 23:37:14 +03:00

[RELEASE] 5.12.4

This commit is contained in:
David Sangrey 2025-03-31 21:53:45 -04:00
parent d61997f76f
commit b777c7bfd3
No known key found for this signature in database
GPG Key ID: 3AEADBB0186884BC
3 changed files with 3 additions and 3 deletions

View File

@ -7,7 +7,7 @@ This is the master changelog for Elite Dangerous Market Connector. Entries are
currently used version.
---
Release 5.12.3
Release 5.12.4
===
This is a wewease update a nyumbew of dependencies, twanswations, and fix a bug with misnyamed ewements.

View File

@ -2197,7 +2197,7 @@ sys.path: {sys.path}'''
print(f'{applongname} {appversion()}')
fools_lang = config.get_str('language') # Happy April 1st, 2025!
if not config.get('fooled'):
if not config.get('2025_apr1_fooled'):
fools_lang = "uwu"
config.set('2025_apr1_fooled', True)
tr.install(fools_lang) # Can generate errors so wait til log set up

View File

@ -52,7 +52,7 @@ appcmdname = 'EDMC'
# <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.12.3'
_static_appversion = '5.12.4'
_cached_version: semantic_version.Version | None = None
copyright = '© 2015-2019 Jonathan Harris, 2020-2024 EDCD'