Skip to content

Commit

Permalink
Release version 0.7
Browse files Browse the repository at this point in the history
Signed-off-by: Alastair Porter <[email protected]>
  • Loading branch information
alastair committed Jan 9, 2020
1 parent 8e714fb commit f45a2d0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
* removed the 'artists' include for work lookup (Alastair Porter, #231 & #227)
* allow the 'work-level-rels' include for recording lookups (Shen-Ta Hsieh, #213)
* added support for 'target-credit' elements (Itay Brandes, #162 & #217)
* update valid search fields (Alastair Porter, #239)
* use https by default with musicbrainz.org (Frederik “Freso” S. Olesen, #197)

0.6 (2016-04-11):
* don't require authentication when getting public collections (#87)
Expand Down
2 changes: 1 addition & 1 deletion musicbrainzngs/musicbrainz.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
from musicbrainzngs import util
from musicbrainzngs import compat

_version = "0.7dev"
_version = "0.7"
_log = logging.getLogger("musicbrainzngs")

LUCENE_SPECIAL = r'([+\-&|!(){}\[\]\^"~*?:\\\/])'
Expand Down

0 comments on commit f45a2d0

Please sign in to comment.