Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 580 Bytes

CHANGELOG.rst

File metadata and controls

19 lines (15 loc) · 580 Bytes

python-votesmart changelog

0.3.0

  • new votes.getByBillNumber and officials.getStatewide methods
  • Fixed __repr__ so that eval(repr(obj)) == obj for all VotesmartApiObjects
  • zip code lookup methods (contributed by Michael Stephens)
  • fix bugs in installation and elections with a single stage (thanks slinkp)

0.2.1

  • fixes to places where PVS returns single items where lists are expected
  • fix allowing fetching of BillDetail amendments (thanks Josh Eastburn)

0.2.0

  • first public release (superceded unpythonic internal library)