From a34f19e01c849d0779b8ae6b9899b83bb18c4c0c Mon Sep 17 00:00:00 2001 From: Adrian Sampson Date: Thu, 16 May 2019 20:44:38 -0400 Subject: [PATCH] Version bump: 1.4.9 Given what we have in the pipeline, we may need to change this to 1.5.0 instead... --- 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 c76f633d2..92afa2c87 100644 --- a/beets/__init__.py +++ b/beets/__init__.py @@ -19,7 +19,7 @@ import os from beets.util import confit -__version__ = u'1.4.8' +__version__ = u'1.4.9' __author__ = u'Adrian Sampson ' diff --git a/docs/changelog.rst b/docs/changelog.rst index 720925c8e..b073249e4 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -1,6 +1,12 @@ Changelog ========= +1.4.9 (in development) +---------------------- + +Changelog goes here! + + 1.4.8 (May 16, 2019) -------------------- diff --git a/docs/conf.py b/docs/conf.py index 7e52d283e..0459c85a0 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.8' +release = '1.4.9' pygments_style = 'sphinx' diff --git a/setup.py b/setup.py index 1aacfc1c9..5a705b982 100755 --- a/setup.py +++ b/setup.py @@ -56,7 +56,7 @@ if 'sdist' in sys.argv: setup( name='beets', - version='1.4.8', + version='1.4.9', description='music tagger and library organizer', author='Adrian Sampson', author_email='adrian@radbox.org',