Skip to content

Commit

Permalink
release version 1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
snarfed committed Aug 26, 2016
1 parent b8a4fa6 commit d5aa3a7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ similar "polyglot" approach, but more focused on writing than reading.
Changelog
---

#### 1.5 - unreleased
#### 1.5 - 2016-08-25
* REST API:
* Support tag URI for user id, app id, and activity id.
* Twitter:
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.4
oauth-dropins>=1.5
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.1',
version='1.5',
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.4',
'oauth-dropins>=1.5',
'requests>=2.10.0',
'requests-toolbelt>=0.6.2',
'brevity>=0.2.8',
Expand Down

0 comments on commit d5aa3a7

Please sign in to comment.