diff --git a/beets/__init__.py b/beets/__init__.py index cab256032..ba2faec94 100644 --- a/beets/__init__.py +++ b/beets/__init__.py @@ -19,7 +19,7 @@ import os from beets.util import confit -__version__ = u'1.4.5' +__version__ = u'1.4.6' __author__ = u'Adrian Sampson ' diff --git a/docs/changelog.rst b/docs/changelog.rst index 4e281a8df..bd34271da 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -1,6 +1,12 @@ Changelog ========= +1.4.6 (in development) +---------------------- + +Changelog goes here! + + 1.4.5 (June 20, 2017) --------------------- diff --git a/docs/conf.py b/docs/conf.py index cd55e57a5..9bfab940a 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.5' +release = '1.4.6' pygments_style = 'sphinx' diff --git a/setup.py b/setup.py index 9fdbf63ca..06d35ae4a 100755 --- a/setup.py +++ b/setup.py @@ -56,7 +56,7 @@ if 'sdist' in sys.argv: setup( name='beets', - version='1.4.5', + version='1.4.6', description='music tagger and library organizer', author='Adrian Sampson', author_email='adrian@radbox.org',