Skip to content

Commit

Permalink
release
Browse files Browse the repository at this point in the history
  • Loading branch information
lazka committed Jul 16, 2018
1 parent 932eee9 commit 090d055
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion NEWS
@@ -1,6 +1,12 @@
1.41.0 - 2018-??-??
1.41.0 - 2018-07-15
-------------------

* Documentation fixes :pr:`342` (:user:`Jakub Wilk <jwilk>`)
* mid3v2: Add support for WXXX frames :bug:`344` :bug:`348`
* Fix decoding of track_peak from MP3 Info Tag :pr:`345`
(:user:`Anton Yuzhaninov <citrin>`)
* MonkeysAudio: set bits_per_sample for older files :bug:`347`


1.40.0 - 2018-01-25
-------------------
Expand Down
2 changes: 1 addition & 1 deletion mutagen/__init__.py
Expand Up @@ -23,7 +23,7 @@
from mutagen._file import FileType, StreamInfo, File
from mutagen._tags import Tags, Metadata, PaddingInfo

version = (1, 40, 1)
version = (1, 41, 0)
"""Version tuple."""

version_string = ".".join(map(str, version))
Expand Down

0 comments on commit 090d055

Please sign in to comment.