From 759f8224cc4c00a9002bc25de13591d9da1cf930 Mon Sep 17 00:00:00 2001 From: Adrian Sampson Date: Mon, 17 Nov 2014 15:54:32 -0800 Subject: [PATCH] Version bump: 1.3.10 This may turn into 1.4.0 depending on the scope of the release, but 1.3.10 for now. --- beets/__init__.py | 2 +- docs/changelog.rst | 6 ++++++ docs/conf.py | 2 +- setup.py | 2 +- 4 files changed, 9 insertions(+), 3 deletions(-) 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',