Version bump: 1.5.0

This commit is contained in:
Adrian Sampson 2019-05-30 20:08:03 -04:00
parent 2b8a2eb96b
commit 1835422934
4 changed files with 10 additions and 4 deletions

View file

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

View file

@ -1,6 +1,12 @@
Changelog
=========
1.5.0 (in development)
----------------------
Changelog goes here!
1.4.9 (May 30, 2019)
--------------------

View file

@ -15,8 +15,8 @@ master_doc = 'index'
project = u'beets'
copyright = u'2016, Adrian Sampson'
version = '1.4'
release = '1.4.9'
version = '1.5'
release = '1.5.0'
pygments_style = 'sphinx'

View file

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