File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 1717copyright = '2016, the beets project'
1818author = 'the beets project'
1919
20- version = '0.5 '
21- release = '0.5 .0'
20+ version = '0.9 '
21+ release = '0.9 .0'
2222
2323pygments_style = 'sphinx'
2424htmlhelp_basename = 'mediafiledoc'
Original file line number Diff line number Diff line change @@ -135,10 +135,11 @@ To copy tags from one MediaFile to another:
135135Changelog
136136-------- -
137137
138- v0.8.2
138+ v0.9.0
139139''' '''
140140
141- - Add the properties `` bitrate_mode`` , `` encoder_info`` and `` encoder_settings`` .
141+ - Add the properties `` bitrate_mode`` , `` encoder_info`` and
142+ `` encoder_settings`` .
142143
143144v0.8.1
144145''' '''
Original file line number Diff line number Diff line change 5959import traceback
6060
6161
62- __version__ = '0.8.1 '
62+ __version__ = '0.9.0 '
6363__all__ = ['UnreadableFileError' , 'FileTypeError' , 'MediaFile' ]
6464
6565log = logging .getLogger (__name__ )
You can’t perform that action at this time.
0 commit comments