Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 464 Bytes

HISTORY.md

File metadata and controls

11 lines (8 loc) · 464 Bytes

ChangeLog

0.1.7

  • Downgrade requests version to ensure compatibility with current code

0.1.6

  • Update setup.py to only include the actual requirements needed to install. Thanks to Toshio Kuratomi (#3)
  • Fix tests which now throw InvalidSlugException. Thanks to Toshio Kuratmi (#4)

0.1.5

  • add new InvalidSlugException; make exceptions share a base class