File tree Expand file tree Collapse file tree 2 files changed +22
-3
lines changed Expand file tree Collapse file tree 2 files changed +22
-3
lines changed Original file line number Diff line number Diff line change 1
1
.. _release-1.43.0:
2
2
3
- 1.43.0 - ???
4
- ------------
3
+ 1.43.0 - 2019-11-17
4
+ -------------------
5
5
6
+ * **Note: 1.43.x might be the last version supporting Python 2**
6
7
* Python 3.4 is no longer supported
8
+ * Building requires 'setuptools' now, CLI tools depend on 'pkg_resources'
9
+ * CLI tools are setuptools entry points now
10
+
11
+ ..
12
+
13
+ * Fix collections ABCs deprecation warning :pr:`371` (:user:`Ken Sato <ksato9700>`)
14
+ * Minor typo fixes :pr:`375` (:user:`Nicholas Chammas <nchammas>`)
15
+ * MP3: increase max initial wrong syncs from 1000 to 1500 :pr:`376` (:user:`Hamid Alaei Varnosfaderani <halaei>`)
16
+ * FLAC: support files with multiple VORBIS_COMMENT blocks like libflac :pr:`378`
17
+ * ID3: Improved TYER/TDAT/TIME upgrade to TDRC :pr:`385`
18
+ * MP4: Add support for iTunes HD Video tag (hdvd) :pr:`386` (:user:`Jay Sandhu <JaySandhu>`)
19
+ * Add AC3 file type :pr:`400` (:user:`Philipp Wolfer <phw>`)
20
+ * AIFF: renamed sample_size to bits_per_sample (sample_size still works) :pr:`403` (:user:`Philipp Wolfer <phw>`)
21
+ * API doc fixes :pr:`404` :pr:`407` (:user:`Philipp Wolfer <phw>`)
22
+ * Add support for Tom's lossless Audio Kompressor (TAK) :pr:`405` (:user:`Philipp Wolfer <phw>`)
23
+ * OptimFROG: support encoder version >= 5.100 :pr:`406` (:user:`Philipp Wolfer <phw>`)
24
+ * AIFF: Fix handling of padding bytes, safe chunk manipulation :pr:`409` (:user:`Philipp Wolfer <phw>`)
25
+ * Fix typos :pr:`412` (:user:`Tim Gates <timgates42>`)
7
26
8
27
9
28
.. _release-1.42.0:
Original file line number Diff line number Diff line change 23
23
from mutagen ._file import FileType , StreamInfo , File
24
24
from mutagen ._tags import Tags , Metadata , PaddingInfo
25
25
26
- version = (1 , 42 , 1 )
26
+ version = (1 , 43 , 0 )
27
27
"""Version tuple."""
28
28
29
29
version_string = "." .join (map (str , version ))
You can’t perform that action at this time.
0 commit comments