1.1.0 (draft)
API changes:
- An instance of
Regiments
class must be created now to use its methods. Previously they were class methods. verbose_name
andhelp_text
attributes ofRegiment
instances now returnNone
instead of empty string""
if their values are not found in data files.
Data updates:
- Data is updated to be in sync with
IL-2 FB
v4.14.1
.
Python support:
- Drop support of all
Python
versions below3.7
.
Other:
- The license is switched from
LGPLv3
toMIT
.
- An instance of
1.0.1 (Dec 3, 2017)
Initial version.