diff --git a/docs/changelog.rst b/docs/changelog.rst index ed392fac2..85ac0dfcc 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -1,6 +1,12 @@ Changelog ========= +1.3.20 (in development) +----------------------- + +Changelog goes here! + + 1.3.19 (June 25, 2016) ---------------------- diff --git a/docs/conf.py b/docs/conf.py index 33ef95398..2b181a580 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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' diff --git a/setup.py b/setup.py index 03d7c5833..f5102aef6 100755 --- a/setup.py +++ b/setup.py @@ -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',