mirror of
https://github.com/beetbox/beets.git
synced 2025-12-08 01:23:09 +01:00
version bump: 1.0b15
This commit is contained in:
parent
16d9b53168
commit
a9eb249a15
4 changed files with 11 additions and 6 deletions
|
|
@ -12,7 +12,7 @@
|
||||||
# The above copyright notice and this permission notice shall be
|
# The above copyright notice and this permission notice shall be
|
||||||
# included in all copies or substantial portions of the Software.
|
# included in all copies or substantial portions of the Software.
|
||||||
|
|
||||||
__version__ = '1.0b14'
|
__version__ = '1.0b15'
|
||||||
__author__ = 'Adrian Sampson <adrian@radbox.org>'
|
__author__ = 'Adrian Sampson <adrian@radbox.org>'
|
||||||
|
|
||||||
import beets.library
|
import beets.library
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,13 @@
|
||||||
Changelog
|
Changelog
|
||||||
=========
|
=========
|
||||||
|
|
||||||
|
1.0b15 (in development)
|
||||||
|
-----------------------
|
||||||
|
|
||||||
|
|
||||||
|
1.0b14 (May 12, 2012)
|
||||||
|
---------------------
|
||||||
|
|
||||||
The centerpiece of this beets release is the graceful handling of
|
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
|
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
|
artist and title and to keep them from conflicting in the filesystem. Many other
|
||||||
|
|
@ -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
|
A million thanks to the (growing) beets community for making this a huge
|
||||||
release.
|
release.
|
||||||
|
|
||||||
1.0b14 (May 12, 2012)
|
|
||||||
---------------------
|
|
||||||
* The importer now gives you **choices when duplicates are detected**.
|
* The importer now gives you **choices when duplicates are detected**.
|
||||||
Previously, when beets found an existing album or item in your library
|
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
|
matching the metadata on a newly-imported one, it would just skip the new
|
||||||
|
|
|
||||||
|
|
@ -12,8 +12,8 @@ master_doc = 'index'
|
||||||
project = u'beets'
|
project = u'beets'
|
||||||
copyright = u'2011, Adrian Sampson'
|
copyright = u'2011, Adrian Sampson'
|
||||||
|
|
||||||
version = '1.0b14'
|
version = '1.0b15'
|
||||||
release = '1.0b14'
|
release = '1.0b15'
|
||||||
|
|
||||||
pygments_style = 'sphinx'
|
pygments_style = 'sphinx'
|
||||||
|
|
||||||
|
|
|
||||||
2
setup.py
2
setup.py
|
|
@ -42,7 +42,7 @@ if 'sdist' in sys.argv:
|
||||||
shutil.copytree(os.path.join(docdir, '_build', 'man'), mandir)
|
shutil.copytree(os.path.join(docdir, '_build', 'man'), mandir)
|
||||||
|
|
||||||
setup(name='beets',
|
setup(name='beets',
|
||||||
version='1.0b14',
|
version='1.0b15',
|
||||||
description='music tagger and library organizer',
|
description='music tagger and library organizer',
|
||||||
author='Adrian Sampson',
|
author='Adrian Sampson',
|
||||||
author_email='adrian@radbox.org',
|
author_email='adrian@radbox.org',
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue