Skip to content

v3.4.0: Merge pull request #66 from digitalocean/url-sanitization

Compare
Choose a tag to compare
@zachmoody zachmoody released this 03 Jul 00:07
· 565 commits to master since this release
14f629c
  • Adds the ability to toggle SSL verification (#41). Thanks @explody.
  • Sanitizes URL by removing a trailing front slash if it's present in the url passed at instantiation (#61).
  • Moves to setuptools_scm for versioning.