version bump: 1.0b12

This commit is contained in:
Adrian Sampson 2011-12-13 17:32:04 -08:00
parent 68840e4ec8
commit 7372f72185
4 changed files with 8 additions and 4 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.0b11'
__version__ = '1.0b12'
__author__ = 'Adrian Sampson <adrian@radbox.org>'
import beets.library

View file

@ -1,6 +1,10 @@
Changelog
=========
1.0b12 (in development)
-----------------------
1.0b11 (December 12, 2011)
--------------------------

View file

@ -12,8 +12,8 @@ master_doc = 'index'
project = u'beets'
copyright = u'2011, Adrian Sampson'
version = '1.0b11'
release = '1.0b11'
version = '1.0b12'
release = '1.0b12'
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.0b11',
version='1.0b12',
description='music tagger and library organizer',
author='Adrian Sampson',
author_email='adrian@radbox.org',