Version bump: 1.4.7

This commit is contained in:
Adrian Sampson 2017-12-21 13:16:12 -05:00
parent 298050f369
commit 61a752d234
4 changed files with 9 additions and 3 deletions

View file

@ -19,7 +19,7 @@ import os
from beets.util import confit
__version__ = u'1.4.6'
__version__ = u'1.4.7'
__author__ = u'Adrian Sampson <adrian@radbox.org>'

View file

@ -1,6 +1,12 @@
Changelog
=========
1.4.7 (in development)
----------------------
Changelog goes here!
1.4.6 (December 21, 2017)
-------------------------

View file

@ -16,7 +16,7 @@ project = u'beets'
copyright = u'2016, Adrian Sampson'
version = '1.4'
release = '1.4.6'
release = '1.4.7'
pygments_style = 'sphinx'

View file

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