Skip to content

Commit

Permalink
Version bump: v1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sampsyo committed Nov 27, 2021
1 parent 1937180 commit e3f4e19
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Changelog
=========

1.6.1 (in development)
----------------------

Changelog goes here!


1.6.0 (November 27, 2021)
-------------------------

Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
copyright = '2016, Adrian Sampson'

version = '1.6'
release = '1.6.0'
release = '1.6.1'

pygments_style = 'sphinx'

Expand Down
2 changes: 1 addition & 1 deletion extra/release.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def build_manpages():

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',
Expand Down

0 comments on commit e3f4e19

Please sign in to comment.