Skip to content

Commit f33606c

Browse files
committed
Switch version to 1.6.0
Especially with the Python version changes, it seems like this justifies more than a 0.0.1 bump.
1 parent 8eee0bb commit f33606c

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

beets/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
import confuse
1717
from sys import stderr
1818

19-
__version__ = '1.5.1'
19+
__version__ = '1.6.0'
2020
__author__ = 'Adrian Sampson <[email protected]>'
2121

2222

docs/changelog.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Changelog
22
=========
33

4-
1.5.1 (in development)
4+
1.6.0 (in development)
55
----------------------
66

77
This release now requires Python 3.6 or later (it removes support for Python

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
project = 'beets'
1212
copyright = '2016, Adrian Sampson'
1313

14-
version = '1.5'
15-
release = '1.5.1'
14+
version = '1.6'
15+
release = '1.6.0'
1616

1717
pygments_style = 'sphinx'
1818

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ def build_manpages():
5454

5555
setup(
5656
name='beets',
57-
version='1.5.1',
57+
version='1.6.0',
5858
description='music tagger and library organizer',
5959
author='Adrian Sampson',
6060
author_email='[email protected]',

0 commit comments

Comments
 (0)