Skip to content

Commit

Permalink
release prep
Browse files Browse the repository at this point in the history
  • Loading branch information
lazka committed Aug 13, 2014
1 parent 17c0b36 commit 303cbab
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
1.24 - ???
----------
1.24 - 2014.08.13
-----------------

* Moved to Bitbucket: https://bitbucket.org/lazka/mutagen
* ID3:
Expand Down
2 changes: 1 addition & 1 deletion mutagen/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down

0 comments on commit 303cbab

Please sign in to comment.