Skip to content

Commit

Permalink
upgrade brevity to 0.2.14 for a couple bug fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
snarfed committed Apr 24, 2017
1 parent 6d42799 commit e839999
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Granary is a library and REST API that converts between a wide variety of format

* Facebook, Flickr, Google+, Instagram, and Twitter native APIs
* Instagram and Google+ scraped HTML
* [ActivityStreams](http://activitystrea.ms/)
* [ActivityStreams](http://activitystrea.ms/) (1, mostly)
* [microformats2](http://microformats.org/wiki/microformats2) HTML and JSON
* [Atom](http://atomenabled.org/)
* XML
Expand Down Expand Up @@ -300,6 +300,7 @@ Changelog
* Minor whitespace change (added <p>) when rendering locations as HTML.
* Atom:
* Include author name when rendering attached articles and notes (e.g. quote tweets).
* Upgrade brevity to 0.2.14 for a couple [bug](https://github.com/kylewm/brevity/issues/5) [fixes](https://github.com/kylewm/brevity/issues/6).

### 1.7 - 2017-02-27
* microformats2:
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ mf2util>=0.5.0
oauth-dropins>=1.7
requests>=2.10.0
requests-toolbelt>=0.6.2
brevity>=0.2.12
brevity>=0.2.14
urllib3>=1.14
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def __init__(self, *args, **kwargs):
'oauth-dropins>=1.7',
'requests>=2.10.0',
'requests-toolbelt>=0.6.2',
'brevity>=0.2.8',
'brevity>=0.2.14',
'urllib3>=1.14',
],
extras_require={
Expand Down

0 comments on commit e839999

Please sign in to comment.