Skip to content
This repository has been archived by the owner on Feb 23, 2021. It is now read-only.

Releases: snoonetIRC/cleverwrap.py

v0.3.0.2

29 Aug 00:00
b804aa2
Compare
Choose a tag to compare

Added

  • Add full build tests to travis

Fixed

  • Fix parsing version in setup.py
  • Fix version constraint regex in setup.py

v0.3.0.1

28 Aug 23:41
25d1280
Compare
Choose a tag to compare

Fixed

  • Fix parsing requirements.txt during deployment

v0.3.0

28 Aug 23:27
ff7afac
Compare
Choose a tag to compare

Added

  • Add a changelog to track project changes
  • Separate conversation storage with Conversation objects
  • Allow errors to propagate as custom exceptions
  • Wrap replies in a Response object for ease of use
  • Allow the API url to be configured as a class parameter

Fixed

  • Allow non-strict JSON parsing of responses

Removed

  • Removed Python 3.4 support