diff --git a/beets/__init__.py b/beets/__init__.py index c912785d5..609acd6fc 100644 --- a/beets/__init__.py +++ b/beets/__init__.py @@ -12,7 +12,7 @@ # The above copyright notice and this permission notice shall be # included in all copies or substantial portions of the Software. -__version__ = '1.3.9' +__version__ = '1.3.10' __author__ = 'Adrian Sampson ' import beets.library diff --git a/docs/changelog.rst b/docs/changelog.rst index 6088cc608..853c296b7 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -1,6 +1,12 @@ Changelog ========= +1.3.10 (in development) +----------------------- + +Changelog goes here! + + 1.3.9 (November 17, 2014) ------------------------- diff --git a/docs/conf.py b/docs/conf.py index a185d9643..2ce36bc66 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.9' +release = '1.3.10' pygments_style = 'sphinx' diff --git a/setup.py b/setup.py index df035341d..63c70fea7 100755 --- a/setup.py +++ b/setup.py @@ -45,7 +45,7 @@ if 'sdist' in sys.argv: setup( name='beets', - version='1.3.9', + version='1.3.10', description='music tagger and library organizer', author='Adrian Sampson', author_email='adrian@radbox.org',