mirror of
https://github.com/beetbox/beets.git
synced 2025-12-14 20:43:41 +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
|
Changelog
|
||||||
=========
|
=========
|
||||||
|
|
||||||
|
1.6.1 (in development)
|
||||||
|
----------------------
|
||||||
|
|
||||||
|
Changelog goes here!
|
||||||
|
|
||||||
|
|
||||||
1.6.0 (November 27, 2021)
|
1.6.0 (November 27, 2021)
|
||||||
-------------------------
|
-------------------------
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -12,7 +12,7 @@ project = 'beets'
|
||||||
copyright = '2016, Adrian Sampson'
|
copyright = '2016, Adrian Sampson'
|
||||||
|
|
||||||
version = '1.6'
|
version = '1.6'
|
||||||
release = '1.6.0'
|
release = '1.6.1'
|
||||||
|
|
||||||
pygments_style = 'sphinx'
|
pygments_style = 'sphinx'
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -276,7 +276,7 @@ def prep():
|
||||||
cur_version = get_version()
|
cur_version = get_version()
|
||||||
|
|
||||||
# Tag.
|
# Tag.
|
||||||
subprocess.check_output(['git', 'tag', f'v{cur_version}'])
|
subprocess.check_call(['git', 'tag', f'v{cur_version}'])
|
||||||
|
|
||||||
# Build.
|
# Build.
|
||||||
with chdir(BASE):
|
with chdir(BASE):
|
||||||
|
|
|
||||||
2
setup.py
2
setup.py
|
|
@ -54,7 +54,7 @@ if 'sdist' in sys.argv:
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='beets',
|
name='beets',
|
||||||
version='1.6.0',
|
version='1.6.1',
|
||||||
description='music tagger and library organizer',
|
description='music tagger and library organizer',
|
||||||
author='Adrian Sampson',
|
author='Adrian Sampson',
|
||||||
author_email='adrian@radbox.org',
|
author_email='adrian@radbox.org',
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue