diff --git a/HISTORY.rst b/HISTORY.rst index 8e326f86..3fdce6b7 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -7,7 +7,12 @@ As of 1.0.0, `semantic versioning `__ is used. 10.1.1 ++++++ -released ... +released 2016-02-10 + +- deprecate include_deleted param to greatly speed up responses for Mobileclient.get_all_* +- Mobileclient.search now works on non-subscription accounts +- fix logging IOError on read-only filesystems +- fix problems caused by broken requests IDNA support 10.1.0 ++++++ diff --git a/gmusicapi/_version.py b/gmusicapi/_version.py index fbe1114d..aa0527a8 100644 --- a/gmusicapi/_version.py +++ b/gmusicapi/_version.py @@ -1,3 +1,3 @@ # -*- coding: utf-8 -*- -__version__ = u"10.1.1rc1" +__version__ = u"10.1.1"