Skip to content

Commit

Permalink
release v1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
snarfed committed Mar 9, 2018
1 parent df9ad47 commit d621f8e
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 @@ -222,7 +222,7 @@ On the open source side, there are many related projects. [php-mf2-shim](https:/

Changelog
---
### 1.11 - unreleased
### 1.11 - 2018-03-09
* Add GitHub!
* `get_activities()` supports issues and pull requests, including comments and reactions. It's currently based on notifications, so it's best effort, not comprehensive, and only includes recently active issues/PRs.
* `create()` and `preview_create()` support issues, comments, <a href="https://help.github.com/articles/about-stars">stars</a>Rs, and <a href="https://help.github.com/articles/about-conversations-on-github/#reacting-to-ideas-in-comments">reactions</a>.
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.10'
version = '1.11'
# The full version, including alpha/beta/rc tags.
release = '1.10'
release = '1.11'

# 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.10
oauth-dropins>=1.11
requests>=2.10.0
requests-toolbelt>=0.6.2
brevity>=0.2.14
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.10',
version='1.11',
description='The social web translator',
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.10',
'oauth-dropins>=1.11',
'requests>=2.10.0',
'requests-toolbelt>=0.6.2',
'brevity>=0.2.14',
Expand Down

0 comments on commit d621f8e

Please sign in to comment.