diff --git a/beets/__init__.py b/beets/__init__.py index 609acd6fc..db0b38a2c 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.10' +__version__ = '1.3.11' __author__ = 'Adrian Sampson ' import beets.library diff --git a/docs/changelog.rst b/docs/changelog.rst index 8f4470ddd..5936d1237 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -1,6 +1,12 @@ Changelog ========= +1.3.11 (in development) +----------------------- + +Changelog goes here! + + 1.3.10 (January 5, 2015) ------------------------ diff --git a/docs/conf.py b/docs/conf.py index 2ce36bc66..82fc15da8 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.10' +release = '1.3.11' pygments_style = 'sphinx' diff --git a/setup.py b/setup.py index e1b94eefe..53f5137e9 100755 --- a/setup.py +++ b/setup.py @@ -45,7 +45,7 @@ if 'sdist' in sys.argv: setup( name='beets', - version='1.3.10', + version='1.3.11', description='music tagger and library organizer', author='Adrian Sampson', author_email='adrian@radbox.org',