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:
parent
d61997f76f
commit
b777c7bfd3
@ -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.
|
||||
|
||||
|
@ -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
|
||||
|
@ -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'
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user