alephdata / countrynames

Utility library to turn country names into ISO two-letter codes
66 stars 14 forks source link

Release of current version #26

Closed radwo closed 3 years ago

radwo commented 3 years ago

@rgieseke Can you release the current version of countrynames? There are some additions to the list, and I would like to use them in https://github.com/pudo/opensanctions

I have no idea how pip works, but I think that this is the only way to use the newest code?

rgieseke commented 3 years ago

Will check doing a release later, installing from GitHub should also work:

pip install git+https://github.com/alephdata/countrynames.git
pudo commented 3 years ago

Done :) I've also linked the releases to CI so you only need to do bump2version patch from now on to do releases, then push the tag.