Skip to content

Commit

Permalink
version bump: 1.0b15
Browse files Browse the repository at this point in the history
  • Loading branch information
sampsyo committed May 14, 2012
1 parent 16d9b53 commit a9eb249
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 6 deletions.
2 changes: 1 addition & 1 deletion beets/__init__.py
Expand Up @@ -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.0b14'
__version__ = '1.0b15'
__author__ = 'Adrian Sampson <adrian@radbox.org>'

import beets.library
Expand Down
9 changes: 7 additions & 2 deletions docs/changelog.rst
@@ -1,6 +1,13 @@
Changelog
=========

1.0b15 (in development)
-----------------------


1.0b14 (May 12, 2012)
---------------------

The centerpiece of this beets release is the graceful handling of
similarly-named albums. It's now possible to import two albums with the same
artist and title and to keep them from conflicting in the filesystem. Many other
Expand All @@ -12,8 +19,6 @@ and a plugin for interoperability with other music library systems.
A million thanks to the (growing) beets community for making this a huge
release.

1.0b14 (May 12, 2012)
---------------------
* The importer now gives you **choices when duplicates are detected**.
Previously, when beets found an existing album or item in your library
matching the metadata on a newly-imported one, it would just skip the new
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Expand Up @@ -12,8 +12,8 @@
project = u'beets'
copyright = u'2011, Adrian Sampson'

version = '1.0b14'
release = '1.0b14'
version = '1.0b15'
release = '1.0b15'

pygments_style = 'sphinx'

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -42,7 +42,7 @@ def _read(fn):
shutil.copytree(os.path.join(docdir, '_build', 'man'), mandir)

setup(name='beets',
version='1.0b14',
version='1.0b15',
description='music tagger and library organizer',
author='Adrian Sampson',
author_email='adrian@radbox.org',
Expand Down

0 comments on commit a9eb249

Please sign in to comment.