From a8080fa7502d86e335dc131cb8d822971f476207 Mon Sep 17 00:00:00 2001 From: Adrian Sampson Date: Tue, 29 May 2018 16:07:38 -0400 Subject: [PATCH] Version bump: 1.4.8 --- beets/__init__.py | 2 +- docs/changelog.rst | 6 ++++++ docs/conf.py | 2 +- setup.py | 2 +- 4 files changed, 9 insertions(+), 3 deletions(-) diff --git a/beets/__init__.py b/beets/__init__.py index b8fe2a840..c76f633d2 100644 --- a/beets/__init__.py +++ b/beets/__init__.py @@ -19,7 +19,7 @@ import os from beets.util import confit -__version__ = u'1.4.7' +__version__ = u'1.4.8' __author__ = u'Adrian Sampson ' diff --git a/docs/changelog.rst b/docs/changelog.rst index ead2417c6..d3f636b7e 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -1,6 +1,12 @@ Changelog ========= +1.4.8 (in development) +---------------------- + +Changelog goes here! + + 1.4.7 (May 29, 2018) -------------------- diff --git a/docs/conf.py b/docs/conf.py index 8f8e6f9ab..c260ebb78 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -16,7 +16,7 @@ project = u'beets' copyright = u'2016, Adrian Sampson' version = '1.4' -release = '1.4.7' +release = '1.4.8' pygments_style = 'sphinx' diff --git a/setup.py b/setup.py index 903f9d17f..3e2002018 100755 --- a/setup.py +++ b/setup.py @@ -56,7 +56,7 @@ if 'sdist' in sys.argv: setup( name='beets', - version='1.4.7', + version='1.4.8', description='music tagger and library organizer', author='Adrian Sampson', author_email='adrian@radbox.org',