Version bump: v1.5.1

This commit is contained in:
Adrian Sampson 2021-08-19 15:57:14 -04:00
parent 92b6d7ea7c
commit 21e11f5bb3
No known key found for this signature in database
GPG key ID: BDB93AB409CC8705
4 changed files with 9 additions and 3 deletions

View file

@ -18,7 +18,7 @@ from __future__ import division, absolute_import, print_function
import confuse
from sys import stderr
__version__ = u'1.5.0'
__version__ = u'1.5.1'
__author__ = u'Adrian Sampson <adrian@radbox.org>'

View file

@ -1,6 +1,12 @@
Changelog
=========
1.5.1 (in development)
----------------------
Changelog goes here!
1.5.0 (August 19, 2021)
-----------------------

View file

@ -16,7 +16,7 @@ project = u'beets'
copyright = u'2016, Adrian Sampson'
version = '1.5'
release = '1.5.0'
release = '1.5.1'
pygments_style = 'sphinx'

View file

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