From 0464716d27ba4ed0bd6fa074e3123ad0f42ddbd0 Mon Sep 17 00:00:00 2001 From: Ryan Barrett Date: Mon, 27 Jun 2016 11:31:49 -0700 Subject: [PATCH] bump oauth-dropins requirement to 1.4, release granary v1.4.1 --- README.md | 5 ++++- requirements.txt | 2 +- setup.py | 4 ++-- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 2c5623d9..4f2e2c47 100644 --- a/README.md +++ b/README.md @@ -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: diff --git a/requirements.txt b/requirements.txt index be17e953..5a6c9600 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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 diff --git a/setup.py b/setup.py index 76050795..5b228e98 100644 --- a/setup.py +++ b/setup.py @@ -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', @@ -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',