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.
This commit is contained in:
Adrian Sampson 2014-11-17 15:54:32 -08:00
parent c564adefc0
commit 759f8224cc
4 changed files with 9 additions and 3 deletions

View file

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

View file

@ -1,6 +1,12 @@
Changelog
=========
1.3.10 (in development)
-----------------------
Changelog goes here!
1.3.9 (November 17, 2014)
-------------------------

View file

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

View file

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