Skip to content

v0.9

Compare
Choose a tag to compare
@BenjamenMeyer BenjamenMeyer released this 29 May 16:01
· 121 commits to master since this release
  • Enable Sub-Services
  • PEP8 Compliance
  • Attempted fix of HTTPretty usage for TravisCI
    Note: HTTPretty is having issues with TravisCI and Python3, but does work.
    Note: We are still using HTTPretty 0.8.6 as it does works in Python3; 0.8.8 is suppose to have one fix, but causes other parts of the tox run to hang; 0.8.9 also causes tox to hang.
  • Adds missing dependencies
    • six, and mock
  • Removed documentation referencing the openstack service modules as they were moved to a new project
  • Returns 405 if URI is handled but the requested method is not available
  • Returns 595-597 for specific errors within the framework, see README.rst for details