Skip to content

Releases: koldakov/pycountries

1.2.1

20 Sep 14:50
Compare
Choose a tag to compare

Fixed

  • Documentation, updated.

1.2.0

20 Sep 13:34
Compare
Choose a tag to compare

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

  • Minor bugs

1.1.1

20 Jul 14:26
Compare
Choose a tag to compare

Added

  • Test coverage.

1.1.0

19 Jul 06:44
Compare
Choose a tag to compare

Added

  • Get Currency and Country by integer numeric.

Updated

  • Requirements.

Update libraries

02 Jun 17:27
Compare
Choose a tag to compare
1.0.3

Update libraries

1.0.2

04 May 20:50
Compare
Choose a tag to compare

Fixed

  • Project metadata.

1.0.1

08 Apr 19:23
Compare
Choose a tag to compare

Fixed

  • Python 3.8 and Python 3.9 support.

1.0.0

27 Mar 19:57
Compare
Choose a tag to compare

Added

  • Complete Enums documentation.

0.0.22

27 Mar 18:29
Compare
Choose a tag to compare

Fixed

  • Return typing.

Improved

  • Docs.

0.0.21

26 Mar 22:46
Compare
Choose a tag to compare

Added

  • ISO 639 Languages.