Skip to content

Commit

Permalink
update README with release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
mvtango committed Dec 22, 2020
1 parent 14ba1db commit db41c3f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions README.md
Expand Up @@ -10,6 +10,15 @@ It allows to use a Scribblelive event stream as a target for [Livebridge](https:

A converter from Liveblog to Scribblelive is also part of this module.


## Updates in 0.6.1

- YouTube embeds now use nocookie domain
- Twutter embeds now use Twitter oembed API to built HTML




## Installation
**Python>=3.5** is needed.
```sh
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -15,7 +15,7 @@
# limitations under the License.
from setuptools import setup, find_packages

version = '0.6.0'
version = '0.6.1'

setup(name='livebridge-scribblelive',
version=version,
Expand Down

0 comments on commit db41c3f

Please sign in to comment.