version bump/changelog for #182

This commit is contained in:
Adrian Sampson 2013-03-17 22:52:33 -07:00
parent f8d6e84581
commit bb1507bd1c
4 changed files with 10 additions and 3 deletions

View file

@ -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-beta.3'
__version__ = '1.1.0'
__author__ = 'Adrian Sampson <adrian@radbox.org>'
import beets.library

View file

@ -1,6 +1,13 @@
Changelog
=========
1.1.0 (in development)
----------------------
* :doc:`/plugins/embedart`: The ``embedart`` command now embeds each album's
associated art by default. The ``--file`` option invokes the old behavior,
in which a specific image file is used.
1.1b3 (March 16, 2013)
----------------------

View file

@ -13,7 +13,7 @@ project = u'beets'
copyright = u'2012, Adrian Sampson'
version = '1.1'
release = '1.1b3'
release = '1.1.0'
pygments_style = 'sphinx'

View file

@ -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-beta.3',
version='1.1.0',
description='music tagger and library organizer',
author='Adrian Sampson',
author_email='adrian@radbox.org',