diff --git a/beets/__init__.py b/beets/__init__.py index 957bac223..ebc3eedcd 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.1.0' +__version__ = '1.1.1' __author__ = 'Adrian Sampson ' import beets.library diff --git a/docs/changelog.rst b/docs/changelog.rst index 9d0b5c3bc..74a91561e 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -1,6 +1,9 @@ Changelog ========= +1.1.1 (in development) +---------------------- + 1.1.0 (April 29, 203) --------------------- diff --git a/docs/conf.py b/docs/conf.py index 51e9f2056..f5fd07017 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -13,7 +13,7 @@ project = u'beets' copyright = u'2012, Adrian Sampson' version = '1.1' -release = '1.1.0' +release = '1.1.1' pygments_style = 'sphinx' diff --git a/setup.py b/setup.py index 8e1b6efe6..47848aa9a 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.1.0', + version='1.1.1', description='music tagger and library organizer', author='Adrian Sampson', author_email='adrian@radbox.org',