From 9aa05bdb00369ff18c5c8a684e730bd960e1537c Mon Sep 17 00:00:00 2001 From: Adrian Sampson Date: Wed, 17 Sep 2014 19:19:22 -0700 Subject: [PATCH] Version bump: 1.3.9 --- beets/__init__.py | 2 +- docs/changelog.rst | 6 ++++++ docs/conf.py | 2 +- setup.py | 2 +- 4 files changed, 9 insertions(+), 3 deletions(-) diff --git a/beets/__init__.py b/beets/__init__.py index a2a0bfbd5..c912785d5 100644 --- a/beets/__init__.py +++ b/beets/__init__.py @@ -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 ' import beets.library diff --git a/docs/changelog.rst b/docs/changelog.rst index 8f20c21b0..9c5dd0d0b 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -1,6 +1,12 @@ Changelog ========= +1.3.9 (in development) +---------------------- + +Changelog goes here! + + 1.3.8 (September 17, 2014) -------------------------- diff --git a/docs/conf.py b/docs/conf.py index 291685116..e5c81a4c5 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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' diff --git a/setup.py b/setup.py index 04e8db1b3..180374d0c 100755 --- a/setup.py +++ b/setup.py @@ -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',