Skip to content

Commit c2e7391

Browse files
committed
Prepare for 0.7 development
Signed-off-by: Alastair Porter <[email protected]>
1 parent f6e3fe2 commit c2e7391

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGES

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
0.7dev:
2+
13
0.6 (2016-04-11):
24
* don't require authentication when getting public collections (#87)
35
* allow submit_ratings() and submit_tags() to submit for all supported entities (Ian McEwen, #145)

musicbrainzngs/musicbrainz.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
from musicbrainzngs import util
2121
from musicbrainzngs import compat
2222

23-
_version = "0.6"
23+
_version = "0.7dev"
2424
_log = logging.getLogger("musicbrainzngs")
2525

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

0 commit comments

Comments
 (0)