mirror of
https://github.com/beetbox/beets.git
synced 2025-12-06 08:39:17 +01:00
Version bump: v1.6.1
This commit is contained in:
parent
19371805e7
commit
e3f4e19298
4 changed files with 9 additions and 3 deletions
|
|
@ -1,6 +1,12 @@
|
|||
Changelog
|
||||
=========
|
||||
|
||||
1.6.1 (in development)
|
||||
----------------------
|
||||
|
||||
Changelog goes here!
|
||||
|
||||
|
||||
1.6.0 (November 27, 2021)
|
||||
-------------------------
|
||||
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@ project = 'beets'
|
|||
copyright = '2016, Adrian Sampson'
|
||||
|
||||
version = '1.6'
|
||||
release = '1.6.0'
|
||||
release = '1.6.1'
|
||||
|
||||
pygments_style = 'sphinx'
|
||||
|
||||
|
|
|
|||
|
|
@ -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):
|
||||
|
|
|
|||
2
setup.py
2
setup.py
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Reference in a new issue