Skip to content

0.2.0b1

Pre-release
Pre-release

Choose a tag to compare

@smashedr smashedr released this 30 Nov 23:31
· 2 commits to master since this release
f8d2a33
  • Add arbitrary get, post, patch, put, and delete methods
  • Add VultrException error class with error message
  • Add params argument to all get methods
  • Add generic filter_list method
  • Add return type on all methods
  • Add py.typed package file
  • Deprecate other filter_* methods
  • Remove support for Python 3.6

Additional:

  • Add basic test for all versions
  • Fix create_instance() example
  • Improve site documentation

What's Changed

Full Changelog: 0.1.5...0.2.0b1

🚀 Use this release with this command:

python -m pip install --pre -U --extra-index-url https://test.pypi.org/simple/ {name}

View on PyPi: https://test.pypi.org/project/zipline-cli/

❤️ Please report any issues you find.