Version bump: 1.4.9

Given what we have in the pipeline, we may need to change this to 1.5.0
instead...
This commit is contained in:
Adrian Sampson 2019-05-16 20:44:38 -04:00
parent c566a74bca
commit a34f19e01c
4 changed files with 9 additions and 3 deletions

View file

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

View file

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

View file

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

View file

@ -56,7 +56,7 @@ if 'sdist' in sys.argv:
setup( setup(
name='beets', name='beets',
version='1.4.8', version='1.4.9',
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',