---------------------
The 1.x release is named for `Martha Ellis Gellhorn <https://en.wikipedia.org/wiki/Martha_Gellhorn>`_, one of the greatest war correspondents of the 20th century.
* Delegate counts (138, 194). Delegate counts can be accessed with :code:`elex delegates`.
* Rename :code:`elex.api.api` to :code:`elex.api.models` and allow model objects to be imported with statements like :code:`from elex.api import Election` (146). Python modules directly calling Elex will need to update their import statements accordingly.
* Fix duplicate IDs (176).
* Handle incorrect null/none values in some cases (173, 174, 175).
* Expand contributing / developer guide (151).
* Add recipe for filtering with jq and uploading to s3 in a single command (131).