public
Description: python client library for interacting with Project Vote Smart API
Homepage:
Clone URL: git://github.com/sunlightlabs/python-votesmart.git
python-votesmart / CHANGELOG.rst
100644 20 lines (15 sloc) 0.58 kb

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)