Version bump: 1.3.20

This commit is contained in:
Adrian Sampson 2016-06-25 17:53:20 -07:00
parent 9d66e2c306
commit 035bf96558
3 changed files with 8 additions and 2 deletions

View file

@ -1,6 +1,12 @@
Changelog
=========
1.3.20 (in development)
-----------------------
Changelog goes here!
1.3.19 (June 25, 2016)
----------------------

View file

@ -16,7 +16,7 @@ project = u'beets'
copyright = u'2016, Adrian Sampson'
version = '1.3'
release = '1.3.19'
release = '1.3.20'
pygments_style = 'sphinx'

View file

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