diff --git a/beets/__init__.py b/beets/__init__.py index 9a4d1899c..90652a037 100644 --- a/beets/__init__.py +++ b/beets/__init__.py @@ -17,7 +17,7 @@ from __future__ import absolute_import, unicode_literals import beets.library from beets.util import confit -__version__ = '1.3.14' +__version__ = '1.3.15' __author__ = 'Adrian Sampson ' Library = beets.library.Library diff --git a/docs/changelog.rst b/docs/changelog.rst index c4aeaf129..2be357e73 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -1,6 +1,12 @@ Changelog ========= +1.3.15 (in development) +----------------------- + +Changelog goes here! + + 1.3.14 (August 2, 2015) ----------------------- diff --git a/docs/conf.py b/docs/conf.py index 919683cfc..ac5124435 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -12,7 +12,7 @@ project = u'beets' copyright = u'2012, Adrian Sampson' version = '1.3' -release = '1.3.14' +release = '1.3.15' pygments_style = 'sphinx' diff --git a/setup.py b/setup.py index f9b2b0427..f5e2cbbcf 100755 --- a/setup.py +++ b/setup.py @@ -55,7 +55,7 @@ if 'sdist' in sys.argv: setup( name='beets', - version='1.3.14', + version='1.3.15', description='music tagger and library organizer', author='Adrian Sampson', author_email='adrian@radbox.org',