Next release version is 1.4.0, not 1.3.20

It's time for a minor version bump with our six dependency and "experimental"
Python 3 support.
This commit is contained in:
Adrian Sampson 2016-07-02 10:11:31 -07:00
parent 40ab3f2992
commit b49d3344d4
4 changed files with 6 additions and 6 deletions

View file

@ -19,7 +19,7 @@ import os
from beets.util import confit
__version__ = u'1.3.20'
__version__ = u'1.4.0'
__author__ = u'Adrian Sampson <adrian@radbox.org>'

View file

@ -1,8 +1,8 @@
Changelog
=========
1.3.20 (in development)
-----------------------
1.4.0 (in development)
----------------------
Some dependency notes for packagers:

View file

@ -15,8 +15,8 @@ master_doc = 'index'
project = u'beets'
copyright = u'2016, Adrian Sampson'
version = '1.3'
release = '1.3.20'
version = '1.4'
release = '1.4.0'
pygments_style = 'sphinx'

View file

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