Skip to content

Commit

Permalink
release v1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
snarfed committed Feb 28, 2017
1 parent bb80a3d commit c569201
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ similar "polyglot" approach, but more focused on writing than reading.
Changelog
---

### 1.7 - unreleased
### 1.7 - 2017-02-27
* microformats2:
* Interpret `h-cite` and [`u-quotation-of` (experimental)](https://indieweb.org/quotation#How_to_markup) as attachments, e.g. for quote tweets.
* Convert [audio](http://indieweb.org/audio) and [video](http://indieweb.org/video) properties to AS attachments.
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,9 @@
# built documents.
#
# The short X.Y version.
version = '1.6'
version = '1.7'
# The full version, including alpha/beta/rc tags.
release = '1.6'
release = '1.7'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
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.5.0
oauth-dropins>=1.6
oauth-dropins>=1.7
requests>=2.10.0
requests-toolbelt>=0.6.2
brevity>=0.2.12
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def __init__(self, *args, **kwargs):


setup(name='granary',
version='1.6',
version='1.7',
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 @@ -44,7 +44,7 @@ def __init__(self, *args, **kwargs):
'jinja2',
'mf2py>=0.2.7',
'mf2util>=0.5.0',
'oauth-dropins>=1.6',
'oauth-dropins>=1.7',
'requests>=2.10.0',
'requests-toolbelt>=0.6.2',
'brevity>=0.2.8',
Expand Down

0 comments on commit c569201

Please sign in to comment.