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',