Skip to content
This repository has been archived by the owner on Aug 3, 2021. It is now read-only.

Commit

Permalink
release: 0.1.0
Browse files Browse the repository at this point in the history
Merged a few more PRs from upstream, at least one has a breaking change.

The function 'OAuth2Fetcher' has been renamed to 'OAuth1Fetcher', the
function signature remains the same.
  • Loading branch information
grawlinson committed Jun 14, 2020
1 parent 313b561 commit 12f5966
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion discogs_api/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from __future__ import absolute_import, division, print_function, unicode_literals

__version__ = '0.0.3'
__version__ = '0.1.0'

from discogs_api.client import Client
from discogs_api.models import Artist, Release, Master, Label, User, \
Expand Down

0 comments on commit 12f5966

Please sign in to comment.