From 841f646fd7f42ba05030b227dc5983e560207d76 Mon Sep 17 00:00:00 2001 From: Adrian Sampson Date: Sat, 18 Apr 2015 17:05:45 -0700 Subject: [PATCH] Version bump for dev: 1.3.13 --- 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 d7e4c5322..67b4c9800 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.12' +__version__ = '1.3.13' __author__ = 'Adrian Sampson ' Library = beets.library.Library diff --git a/docs/changelog.rst b/docs/changelog.rst index 9109d80ed..596fb7a01 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -1,6 +1,12 @@ Changelog ========= +1.3.13 (in development) +----------------------- + +Changelog goes here! + + 1.3.12 (April 18, 2015) ----------------------- diff --git a/docs/conf.py b/docs/conf.py index a7e2a5a9d..6fb4beb8f 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.12' +release = '1.3.13' pygments_style = 'sphinx' diff --git a/setup.py b/setup.py index 9b5850e3c..a8343562f 100755 --- a/setup.py +++ b/setup.py @@ -55,7 +55,7 @@ if 'sdist' in sys.argv: setup( name='beets', - version='1.3.12', + version='1.3.13', description='music tagger and library organizer', author='Adrian Sampson', author_email='adrian@radbox.org',