Skip to content

Commit

Permalink
bump oauth-dropins requirement to 1.4, release granary v1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
snarfed committed Jun 27, 2016
1 parent 72cdedb commit 0464716
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,10 @@ similar "polyglot" approach, but more focused on writing than reading.
Changelog
---

#### 1.4 - unreleased
#### 1.4.1 - 2016-06-27
* Bump oauth-dropins requirement to 1.4.

#### 1.4.0 - 2016-06-27
* REST API:
* Cache silo requests for 5m by default, 60m for Instagram because they aggressively blocking scraping. You can skip the cache with the new cache=false query param.
* Facebook:
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ html2text
jinja2
mf2py>=0.2.7
mf2util>=0.3.3
oauth-dropins>=1.3
oauth-dropins>=1.4
requests>=2.10.0
requests-toolbelt>=0.6.2
brevity>=0.2.8
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def __init__(self, *args, **kwargs):


setup(name='granary',
version='1.4.0',
version='1.4.1',
description='Free yourself from silo API chaff and expose the sweet social data foodstuff inside in standard formats and protocols!',
long_description=open('README.rst').read(),
url='https://github.com/snarfed/granary',
Expand All @@ -46,7 +46,7 @@ def __init__(self, *args, **kwargs):
'jinja2',
'mf2py>=0.2.7',
'mf2util>=0.3.3',
'oauth-dropins>=1.3',
'oauth-dropins>=1.4',
'requests>=2.10.0',
'requests-toolbelt>=0.6.2',
'brevity>=0.2.8',
Expand Down

0 comments on commit 0464716

Please sign in to comment.