Skip to content

Commit

Permalink
release
Browse files Browse the repository at this point in the history
  • Loading branch information
lazka committed Sep 3, 2023
1 parent 9cabcc1 commit e38a475
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions NEWS
@@ -1,6 +1,6 @@
.. _release-1.46.1:
.. _release-1.47.0:

1.46.1 - 2023-09-03
1.47.0 - 2023-09-03
-------------------

* ID3: Allow reading TYER tags in the form of "yyyy-mm-dd" :pr:`597`
Expand Down
2 changes: 1 addition & 1 deletion mutagen/__init__.py
Expand Up @@ -22,7 +22,7 @@
from mutagen._file import FileType, StreamInfo, File
from mutagen._tags import Tags, Metadata, PaddingInfo

version = (1, 46, 1)
version = (1, 47, 0)
"""Version tuple."""

version_string = ".".join(map(str, version))
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "mutagen"
version = "1.45.2"
version = "1.47.0"
description = "read and write audio tags for many formats"
authors = []

Expand Down

0 comments on commit e38a475

Please sign in to comment.