Skip to content

Commit

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

### 1.6 - unreleased
### 1.6 - 2016-11-26
* Twitter:
* Handle new "extended" tweets with hidden reply-to @-mentions and trailing
URLs for media, quote tweets, etc. Background:
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.5'
version = '1.6'
# The full version, including alpha/beta/rc tags.
release = '1.5'
release = '1.6'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
6 changes: 3 additions & 3 deletions docs/index.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
granary
=======
granary documentation
=====================

About
-----
Expand Down Expand Up @@ -368,7 +368,7 @@ Facebook and Twitter's raw HTML.
Changelog
---------

1.6 - unreleased
1.6 - 2016-11-26
~~~~~~~~~~~~~~~~

- Twitter:
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.5',
version='1.6',
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.5',
'oauth-dropins>=1.6',
'requests>=2.10.0',
'requests-toolbelt>=0.6.2',
'brevity>=0.2.8',
Expand Down

0 comments on commit 68a8023

Please sign in to comment.