From c742ad631e49f62386e4b1e20ce1e8b95b87e466 Mon Sep 17 00:00:00 2001 From: Adrian Sampson Date: Sat, 5 Apr 2014 11:55:14 -0700 Subject: [PATCH] version bump: 1.3.5 --- beets/__init__.py | 4 ++-- docs/changelog.rst | 6 ++++++ docs/conf.py | 2 +- setup.py | 2 +- 4 files changed, 10 insertions(+), 4 deletions(-) diff --git a/beets/__init__.py b/beets/__init__.py index 6bdbf3bf4..e7d04028d 100644 --- a/beets/__init__.py +++ b/beets/__init__.py @@ -1,5 +1,5 @@ # This file is part of beets. -# Copyright 2013, Adrian Sampson. +# Copyright 2014, Adrian Sampson. # # Permission is hereby granted, free of charge, to any person obtaining # a copy of this software and associated documentation files (the @@ -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.4' +__version__ = '1.3.5' __author__ = 'Adrian Sampson ' import beets.library diff --git a/docs/changelog.rst b/docs/changelog.rst index 7067a612d..271fbde11 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -1,6 +1,12 @@ Changelog ========= +1.3.5 (in development) +---------------------- + +Changelog goes here! + + 1.3.4 (April 5, 2014) --------------------- diff --git a/docs/conf.py b/docs/conf.py index 524559a64..e7c85be02 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -13,7 +13,7 @@ project = u'beets' copyright = u'2012, Adrian Sampson' version = '1.3' -release = '1.3.4' +release = '1.3.5' pygments_style = 'sphinx' diff --git a/setup.py b/setup.py index b10bd72bd..589a1076c 100755 --- a/setup.py +++ b/setup.py @@ -42,7 +42,7 @@ if 'sdist' in sys.argv: shutil.copytree(os.path.join(docdir, '_build', 'man'), mandir) setup(name='beets', - version='1.3.4', + version='1.3.5', description='music tagger and library organizer', author='Adrian Sampson', author_email='adrian@radbox.org',