Skip to content
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.

Commit

Permalink
Merge branch '0279-update-reqs'
Browse files Browse the repository at this point in the history
  • Loading branch information
eads committed Sep 24, 2016
2 parents 16a48bb + dad0efc commit 6efd08a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
2.2.0 - September 24, 2016
--------------------------

* Add reponse caching (#121, #250)
* Enable gzip on http requests (#273)
* Updated pinned requirements (#279)

2.1.1 - September 12, 2016
---------------------------
Fixes a bug related to national / local flags on races. Running :code:`--local-only` would show all races as :code:`national=true` due to a Elex defaulting :code:`national` to :code:`true` but the AP drops the :code:`national` flag in the API results when the URL specifies :code:`national=false`.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def read(filename):

setup(
name='elex',
version='2.1.1',
version='2.2.0',
author='Jeremy Bowers, David Eads',
author_email='[email protected], [email protected]',
url='https://github.com/newsdev/elex',
Expand Down

0 comments on commit 6efd08a

Please sign in to comment.