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

Commit 6efd08a

Browse files
committed
Merge branch '0279-update-reqs'
2 parents 16a48bb + dad0efc commit 6efd08a

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
2.2.0 - September 24, 2016
2+
--------------------------
3+
4+
* Add reponse caching (#121, #250)
5+
* Enable gzip on http requests (#273)
6+
* Updated pinned requirements (#279)
7+
18
2.1.1 - September 12, 2016
29
---------------------------
310
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`.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ def read(filename):
1717

1818
setup(
1919
name='elex',
20-
version='2.1.1',
20+
version='2.2.0',
2121
author='Jeremy Bowers, David Eads',
2222
author_email='jeremy.bowers@nytimes.com, deads@npr.org',
2323
url='https://github.com/newsdev/elex',

0 commit comments

Comments
 (0)