diff --git a/beets/__init__.py b/beets/__init__.py index 0b64ac388..da15a1975 100644 --- a/beets/__init__.py +++ b/beets/__init__.py @@ -20,7 +20,7 @@ import os import beets.library from beets.util import confit -__version__ = '1.3.16' +__version__ = '1.3.17' __author__ = 'Adrian Sampson ' Library = beets.library.Library diff --git a/docs/changelog.rst b/docs/changelog.rst index 71822e844..f950e6149 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -1,6 +1,12 @@ Changelog ========= +1.3.17 (in development) +----------------------- + +Changelog goes here! + + 1.3.16 (December 28, 2015) -------------------------- diff --git a/docs/conf.py b/docs/conf.py index d952b410e..a63622079 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -14,7 +14,7 @@ project = u'beets' copyright = u'2012, Adrian Sampson' version = '1.3' -release = '1.3.16' +release = '1.3.17' pygments_style = 'sphinx' diff --git a/setup.py b/setup.py index c7e4af3a0..3b53afd5f 100755 --- a/setup.py +++ b/setup.py @@ -56,7 +56,7 @@ if 'sdist' in sys.argv: setup( name='beets', - version='1.3.16', + version='1.3.17', description='music tagger and library organizer', author='Adrian Sampson', author_email='adrian@radbox.org',