Version bump: v1.6.1

This commit is contained in:
Adrian Sampson 2021-11-27 11:38:48 -05:00
parent 19371805e7
commit e3f4e19298
No known key found for this signature in database
GPG key ID: BDB93AB409CC8705
4 changed files with 9 additions and 3 deletions

View file

@ -1,6 +1,12 @@
Changelog
=========
1.6.1 (in development)
----------------------
Changelog goes here!
1.6.0 (November 27, 2021)
-------------------------

View file

@ -12,7 +12,7 @@ project = 'beets'
copyright = '2016, Adrian Sampson'
version = '1.6'
release = '1.6.0'
release = '1.6.1'
pygments_style = 'sphinx'

View file

@ -276,7 +276,7 @@ def prep():
cur_version = get_version()
# Tag.
subprocess.check_output(['git', 'tag', f'v{cur_version}'])
subprocess.check_call(['git', 'tag', f'v{cur_version}'])
# Build.
with chdir(BASE):

View file

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