Skip to content

Commit

Permalink
release v1.3.1: require oauth-dropins >=1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
snarfed committed Apr 7, 2016
1 parent 9998fd5 commit 45cf0da
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,9 @@ similar "polyglot" approach, but more focused on writing than reading.
Changelog
---

#### 1.3.1 - 2016-04-07
* Update [oauth-dropins](https://github.com/snarfed/oauth-dropins) dependency to >=1.3.

#### 1.3.0 - 2016-04-06
* Support posting videos! Currently in Facebook, Flickr, and Twitter.
* Instagram:
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ html2text
jinja2
mf2py>=0.2.7
mf2util>=0.2.11
oauth-dropins
oauth-dropins>=1.3
requests<2.6.0
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.3.0',
version='1.3.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.2.11',
'oauth-dropins',
'oauth-dropins>=1.3',
'requests<2.6.0',
],
test_loader='setup:TestLoader',
Expand Down

0 comments on commit 45cf0da

Please sign in to comment.