We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6e3fe2 commit c2e7391Copy full SHA for c2e7391
CHANGES
@@ -1,3 +1,5 @@
1
+0.7dev:
2
+
3
0.6 (2016-04-11):
4
* don't require authentication when getting public collections (#87)
5
* allow submit_ratings() and submit_tags() to submit for all supported entities (Ian McEwen, #145)
musicbrainzngs/musicbrainz.py
@@ -20,7 +20,7 @@
20
from musicbrainzngs import util
21
from musicbrainzngs import compat
22
23
-_version = "0.6"
+_version = "0.7dev"
24
_log = logging.getLogger("musicbrainzngs")
25
26
LUCENE_SPECIAL = r'([+\-&|!(){}\[\]\^"~*?:\\\/])'
0 commit comments