<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -116,13 +116,33 @@ Official API documentation at http://api.votesmart.org/docs/Candidates.html
 
 All six methods return a list containing one or more Candidate objects.
 
-Example of fetching all candidates for the MN Senate race:
+Example of fetching all candidates for the NJ Gubernatorial race:
 
-    &gt;&gt;&gt; for candidate in votesmart.candidates.getByOfficeState(6, 'MN'):
+    &gt;&gt;&gt; for candidate in votesmart.candidates.getByOfficeState(3, 'NJ'):
     ...    print candidate
-    Norm Coleman
-    Al Franken
-
+    Christopher Christie
+    Christopher Christie
+    Jon Corzine
+    Jon Corzine
+    Jason Cullen
+    Christopher Daggett
+    Kenneth Kaplan
+    Joshua Leinsdorf
+    Brian Levine
+    Alvin Lindsay
+    David Meiswinkle
+    Richard Merkt
+    Gregory Pason
+    Kostas Petris
+    Gary Steele
+    Gary Stein
+
+You will notice that several candidates appear twice, this is due to an
+unfortunate issue with the Vote Smart API where candidates with multiple
+parties, or election statuses are duplicated.  Be careful when consuming
+candidate data to dedupe using the fields you find useful.
+
+(See http://github.com/sunlightlabs/python-votesmart/issues/closed/#issue/1)
 
 -----------------
 committee methods
@@ -180,19 +200,22 @@ Civil Rights, and Civil Liberties:
     &gt;&gt;&gt; for member in votesmart.committee.getCommitteeMembers(4015):
     ...     print member
     Representative Jerrold Nadler
-    Representative Trent Franks
+    Representative James Sensenbrenner
+    Representative Tammy Baldwin
     Representative Stephen Cohen
     Representative John Conyers
-    Representative Artur Davis
-    Representative Keith Ellison
+    Representative William Delahunt
+    Representative Trent Franks
+    Representative Louie Gohmert
     Representative Darrell Issa
     Representative James Jordan
     Representative Steve King
-    Representative Mike Pence
+    Representative Tom Rooney
     Representative Robert Scott
-    Representative Debbie Wasserman Schultz
+    Representative Brad Sherman
     Representative Melvin Watt
 
+
 ----------------
 district methods
 ----------------</diff>
      <filename>README.rst</filename>
    </modified>
    <modified>
      <diff>@@ -3,7 +3,7 @@ from distutils.core import setup
 long_description = open('README.rst').read()
 
 setup(name=&quot;python-votesmart&quot;,
-      version=&quot;0.2.2&quot;,
+      version=&quot;0.3.0&quot;,
       py_modules=[&quot;votesmart&quot;],
       description=&quot;Libraries for interacting with the Project Vote Smart API&quot;,
       author=&quot;James Turk &lt;jturk@sunlightfoundation.com&gt;&quot;,</diff>
      <filename>setup.py</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>299a55fe4c4a6c019fe1b29c55cdafcdf06727de</id>
    </parent>
  </parents>
  <author>
    <name>James Turk</name>
    <email>james.p.turk@gmail.com</email>
  </author>
  <url>http://github.com/sunlightlabs/python-votesmart/commit/adc61fc68b85a702b6bc77e7954caca00b76e5e1</url>
  <id>adc61fc68b85a702b6bc77e7954caca00b76e5e1</id>
  <committed-date>2009-08-17T08:32:30-07:00</committed-date>
  <authored-date>2009-08-17T08:32:30-07:00</authored-date>
  <message>fix tests again, bump version to 0.3</message>
  <tree>2b6da11679d898715e2e2152a81679253c52d2f6</tree>
  <committer>
    <name>James Turk</name>
    <email>james.p.turk@gmail.com</email>
  </committer>
</commit>
