Version bump for dev: 1.3.13

This commit is contained in:
Adrian Sampson 2015-04-18 17:05:45 -07:00
parent e8489e125d
commit 841f646fd7
4 changed files with 9 additions and 3 deletions

View file

@ -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 <adrian@radbox.org>'
Library = beets.library.Library

View file

@ -1,6 +1,12 @@
Changelog
=========
1.3.13 (in development)
-----------------------
Changelog goes here!
1.3.12 (April 18, 2015)
-----------------------

View file

@ -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'

View file

@ -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',