version number -> 1.0.0

This commit is contained in:
Adrian Sampson 2013-01-29 12:09:16 -08:00
parent bbb2193b12
commit d06ca1e6d8
4 changed files with 10 additions and 5 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.0.0-dev'
__version__ = '1.0.0'
__author__ = 'Adrian Sampson <adrian@radbox.org>'
import beets.library

View file

@ -1,8 +1,13 @@
Changelog
=========
1.0.0 (in development)
----------------------
1.0.0 (January 29, 2013)
------------------------
After fifteen betas and two release candidates, beets has finally hit
one-point-oh. Congratulations to everybody involved. This version of beets will
remain stable and receive only bug fixes from here on out. New development is
ongoing in the betas of version 1.1.
* :doc:`/plugins/scrub`: Fix an incompatibility with Python 2.6.
* :doc:`/plugins/lyrics`: Fix an issue that failed to find lyrics when metadata

View file

@ -13,7 +13,7 @@ project = u'beets'
copyright = u'2012, Adrian Sampson'
version = '1.0'
release = '1.0.0-dev'
release = '1.0.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.0.0-dev',
version='1.0.0',
description='music tagger and library organizer',
author='Adrian Sampson',
author_email='adrian@radbox.org',