Skip to content

Latest commit

 

History

History
50 lines (34 loc) · 710 Bytes

CHANGELOG.md

File metadata and controls

50 lines (34 loc) · 710 Bytes

0.4.3

  • Added Task class with some basic methods.

0.4.2

  • Bug fixes

0.4.1

  • Added filter() method to Note and Email to let you pull all notes/emails from a deal, case, person, or company
  • Added emails and notes properties to Deal, Person, and Company objects as a shortcut to get all their notes/emails

0.4.0

  • Added support for Emails

0.3.3

  • Added timezone offset shortcut
  • Made the created_at attribute of Notes editable

0.3.2

  • Bug fixes

0.3.1

  • Bug fixes

0.3

  • Added support for Deals

0.2

  • Added setup.py, license, and this changelog
  • First version submitted to PyPI

0.1

  • First public version
  • Supports People, Companies, Tags, and Notes