From cf5fa501e21aca624d0f36e15962e305312463cd Mon Sep 17 00:00:00 2001 From: Adrian Sampson Date: Fri, 25 Nov 2016 22:16:03 -0500 Subject: [PATCH] Version bump: 1.4.2 --- 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 96237b387..2fe5933d7 100644 --- a/beets/__init__.py +++ b/beets/__init__.py @@ -19,7 +19,7 @@ import os from beets.util import confit -__version__ = u'1.4.1' +__version__ = u'1.4.2' __author__ = u'Adrian Sampson ' diff --git a/docs/changelog.rst b/docs/changelog.rst index cb3328320..17024badb 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -1,6 +1,12 @@ Changelog ========= +1.4.2 (in development) +---------------------- + +Changelog goes here! + + 1.4.1 (November 25, 2016) ------------------------- diff --git a/docs/conf.py b/docs/conf.py index 8af77582b..9b612711d 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.1' +release = '1.4.2' pygments_style = 'sphinx' diff --git a/setup.py b/setup.py index 950a8ab31..18fbc9d43 100755 --- a/setup.py +++ b/setup.py @@ -56,7 +56,7 @@ if 'sdist' in sys.argv: setup( name='beets', - version='1.4.1', + version='1.4.2', description='music tagger and library organizer', author='Adrian Sampson', author_email='adrian@radbox.org',