Skip to content
This repository has been archived by the owner on Jan 22, 2022. It is now read-only.

Commit

Permalink
10.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
simon-weber committed Feb 11, 2017
1 parent 303cfe3 commit f6a6f05
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion HISTORY.rst
Expand Up @@ -7,7 +7,12 @@ As of 1.0.0, `semantic versioning <http://semver.org/>`__ 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
++++++
Expand Down
2 changes: 1 addition & 1 deletion gmusicapi/_version.py
@@ -1,3 +1,3 @@
# -*- coding: utf-8 -*-

__version__ = u"10.1.1rc1"
__version__ = u"10.1.1"

0 comments on commit f6a6f05

Please sign in to comment.