Skip to content

Commit 989a548

Browse files
committed
Version bump: 0.9.0
1 parent 7509a4b commit 989a548

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
copyright = '2016, the beets project'
1818
author = 'the beets project'
1919

20-
version = '0.5'
21-
release = '0.5.0'
20+
version = '0.9'
21+
release = '0.9.0'
2222

2323
pygments_style = 'sphinx'
2424
htmlhelp_basename = 'mediafiledoc'

docs/index.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,10 +135,11 @@ To copy tags from one MediaFile to another:
135135
Changelog
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
143144
v0.8.1
144145
''''''

mediafile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
import traceback
6060

6161

62-
__version__ = '0.8.1'
62+
__version__ = '0.9.0'
6363
__all__ = ['UnreadableFileError', 'FileTypeError', 'MediaFile']
6464

6565
log = logging.getLogger(__name__)

0 commit comments

Comments
 (0)