From faf2b9feb326cc31d7630eff7c62819cd2a1e859 Mon Sep 17 00:00:00 2001 From: Adrian Sampson Date: Fri, 16 Dec 2016 22:07:34 -0500 Subject: [PATCH] Version bump: 1.4.3 --- 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 2fe5933d7..5d82b05f7 100644 --- a/beets/__init__.py +++ b/beets/__init__.py @@ -19,7 +19,7 @@ import os from beets.util import confit -__version__ = u'1.4.2' +__version__ = u'1.4.3' __author__ = u'Adrian Sampson ' diff --git a/docs/changelog.rst b/docs/changelog.rst index 46652ddb9..40b044941 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -1,6 +1,12 @@ Changelog ========= +1.4.3 (in development) +---------------------- + +Changelog goes here! + + 1.4.2 (December 16, 2016) ------------------------- diff --git a/docs/conf.py b/docs/conf.py index 9b612711d..99771e7b1 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.2' +release = '1.4.3' pygments_style = 'sphinx' diff --git a/setup.py b/setup.py index 18fbc9d43..07048b3fa 100755 --- a/setup.py +++ b/setup.py @@ -56,7 +56,7 @@ if 'sdist' in sys.argv: setup( name='beets', - version='1.4.2', + version='1.4.3', description='music tagger and library organizer', author='Adrian Sampson', author_email='adrian@radbox.org',