Godaddypy Versions Save

Python GoDaddy API Client

2.5.2

4 months ago

What's Changed

New Contributors

  • @chrisspen made their first contribution in #54

Dependency Bumps

Full Changelog: https://github.com/eXamadeus/godaddypy/compare/2.4.1...2.5.2

2.4.1

7 months ago

IMPORTANT

DO NOT UPGRADE TO 2.4.x IF YOU STILL USE PYTHON 2.

This is because I dropped support for Python 2 unicode checks. Should I have made this 3.0.0? Yes. Why didn't I? I'm dumb.

What's Changed

New Contributors

Full Changelog: https://github.com/eXamadeus/godaddypy/compare/2.3.4...2.4.1

2.3.4

2 years ago

This is basically a no-op release that corrects the version number in the code and should tie in the source code link in PyPI.

2.3.3

4 years ago

Also removed support in CI for Python 2.7.

GoDaddyPy 3.x will only support Python 3+.

2.2.6

6 years ago

Added the ability to configure the api_base_url and api_version for Client.

Example:

client = Client(account, api_base_url='https://api.godaddy.com/', api_version='v1')