Switch version to 1.6.0

Especially with the Python version changes, it seems like this justifies
more than a 0.0.1 bump.
This commit is contained in:
Adrian Sampson 2021-11-27 11:17:14 -05:00
parent 8eee0bbd8a
commit f33606c87a
No known key found for this signature in database
GPG key ID: BDB93AB409CC8705
4 changed files with 5 additions and 5 deletions

View file

@ -16,7 +16,7 @@
import confuse
from sys import stderr
__version__ = '1.5.1'
__version__ = '1.6.0'
__author__ = 'Adrian Sampson <adrian@radbox.org>'

View file

@ -1,7 +1,7 @@
Changelog
=========
1.5.1 (in development)
1.6.0 (in development)
----------------------
This release now requires Python 3.6 or later (it removes support for Python

View file

@ -11,8 +11,8 @@ master_doc = 'index'
project = 'beets'
copyright = '2016, Adrian Sampson'
version = '1.5'
release = '1.5.1'
version = '1.6'
release = '1.6.0'
pygments_style = 'sphinx'

View file

@ -54,7 +54,7 @@ if 'sdist' in sys.argv:
setup(
name='beets',
version='1.5.1',
version='1.6.0',
description='music tagger and library organizer',
author='Adrian Sampson',
author_email='adrian@radbox.org',