diff --git a/CHANGES.rst b/CHANGES.rst index fef9c22ec..97eec07b4 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,6 +1,14 @@ CHANGES ======= +0.1.4 (2017-02-11) +------------------ + +Changes: + +- Added new function: artwork_url +- aiohttp bumped to 1.3.1 + 0.1.3 (2017-02-09) ------------------ diff --git a/CONTRIBUTORS.txt b/CONTRIBUTORS.txt index 0d0249f76..ec26604ec 100644 --- a/CONTRIBUTORS.txt +++ b/CONTRIBUTORS.txt @@ -2,4 +2,5 @@ Contributors ------------ Pierre Ståhl +Pierrick Rouxel Robbie Trencheny diff --git a/docs/conf.py b/docs/conf.py index 1cacf4740..ca3bce094 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -59,9 +59,9 @@ # built documents. # # The short X.Y version. -version = '0.0.1' +version = '0.1.4' # The full version, including alpha/beta/rc tags. -release = '0.0.1' +release = '0.1.4' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/setup.py b/setup.py index cacbc4a80..d3e93e896 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name='pyatv', - version='0.1.4.dev1', + version='0.1.4', license='MIT', url='https://github.com/postlund/pyatv', author='Pierre Ståhl',