From 649dcd760d249e241e8f0c9148314742d7dea8bc Mon Sep 17 00:00:00 2001 From: Adrian Sampson Date: Wed, 26 Jun 2013 22:03:02 -0700 Subject: [PATCH] changelog for #335, version bump --- beets/__init__.py | 2 +- docs/changelog.rst | 7 +++++++ docs/conf.py | 2 +- setup.py | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/beets/__init__.py b/beets/__init__.py index 7a1cc1b92..a556c3e44 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.2.1' +__version__ = '1.2.2' __author__ = 'Adrian Sampson ' import beets.library diff --git a/docs/changelog.rst b/docs/changelog.rst index b9d17d13f..0ba48061b 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -1,6 +1,13 @@ Changelog ========= +1.2.2 (in development) +---------------------- + +* A new plugin event, ``item_moved``, is sent when files are moved on disk. + Thanks to dsedivec. + + 1.2.1 (June 22, 2013) --------------------- diff --git a/docs/conf.py b/docs/conf.py index 81ae4e9e6..4a9e7f2b8 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -13,7 +13,7 @@ project = u'beets' copyright = u'2012, Adrian Sampson' version = '1.2' -release = '1.2.1' +release = '1.2.2' pygments_style = 'sphinx' diff --git a/setup.py b/setup.py index 86fd375bb..f5f5e9347 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.2.1', + version='1.2.2', description='music tagger and library organizer', author='Adrian Sampson', author_email='adrian@radbox.org',