Releases: koldakov/pycountries
Releases · koldakov/pycountries
1.2.0
Added
- Macrolanguages list. For example,
if you need to get all m_id
ARA languages you can use the next code:
from pycountries import MacroLanguage
print(MacroLanguage("ara", i_status="R"))
Fixed
1.1.0
Added
- Get Currency and Country by integer numeric.
Updated
1.0.1
Fixed
- Python 3.8 and Python 3.9 support.
1.0.0
Added
- Complete Enums documentation.