diff --git a/NEWS b/NEWS index b39a68c5..8c200a8b 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,5 @@ -1.24 - ??? ----------- +1.24 - 2014.08.13 +----------------- * Moved to Bitbucket: https://bitbucket.org/lazka/mutagen * ID3: diff --git a/mutagen/__init__.py b/mutagen/__init__.py index 941d71c3..aa1ea526 100644 --- a/mutagen/__init__.py +++ b/mutagen/__init__.py @@ -19,7 +19,7 @@ for certain keys, again depending on format. """ -version = (1, 23, -1) +version = (1, 24) """Version tuple.""" version_string = ".".join(map(str, version))