Version bump: 1.3.9

This commit is contained in:
Adrian Sampson 2014-09-17 19:19:22 -07:00
parent c16c90b948
commit 9aa05bdb00
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.8'
__version__ = '1.3.9'
__author__ = 'Adrian Sampson <adrian@radbox.org>'
import beets.library

View file

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

View file

@ -12,7 +12,7 @@ project = u'beets'
copyright = u'2012, Adrian Sampson'
version = '1.3'
release = '1.3.8'
release = '1.3.9'
pygments_style = 'sphinx'

View file

@ -45,7 +45,7 @@ if 'sdist' in sys.argv:
setup(
name='beets',
version='1.3.8',
version='1.3.9',
description='music tagger and library organizer',
author='Adrian Sampson',
author_email='adrian@radbox.org',