From 982ccce02ef80c6f26981444339d6d8f9affc255 Mon Sep 17 00:00:00 2001 From: Adrian Sampson Date: Thu, 27 Feb 2014 10:55:46 -0800 Subject: [PATCH] version bump: 1.3.4 --- beets/__init__.py | 2 +- docs/changelog.rst | 2 +- docs/conf.py | 2 +- setup.py | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/beets/__init__.py b/beets/__init__.py index 936a4d2e7..6bdbf3bf4 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.3' +__version__ = '1.3.4' __author__ = 'Adrian Sampson ' import beets.library diff --git a/docs/changelog.rst b/docs/changelog.rst index 994053861..5336b8d93 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -1,7 +1,7 @@ Changelog ========= -1.3.3 (February 26, 2014) +1.3.4 (February 26, 2014) ------------------------- Version 1.3.3 brings a bunch changes to how item and album fields work diff --git a/docs/conf.py b/docs/conf.py index 691a9d5f6..524559a64 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.3' +release = '1.3.4' pygments_style = 'sphinx' diff --git a/setup.py b/setup.py index 63011eba7..9c50d799a 100755 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # 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 @@ -42,7 +42,7 @@ if 'sdist' in sys.argv: shutil.copytree(os.path.join(docdir, '_build', 'man'), mandir) setup(name='beets', - version='1.3.3', + version='1.3.4', description='music tagger and library organizer', author='Adrian Sampson', author_email='adrian@radbox.org',