mirror of
https://github.com/beetbox/beets.git
synced 2026-01-05 07:23:33 +01:00
note about fixed -A switch; bumped version to 1.0b2
This commit is contained in:
parent
e8d14e461b
commit
37da0f4d49
2 changed files with 3 additions and 1 deletions
2
NEWS
2
NEWS
|
|
@ -12,6 +12,8 @@
|
|||
MusicBrainz so you can come back and look at them later.
|
||||
* Fix UnicodeEncodeError on terminals that don't (or don't claim to)
|
||||
support UTF-8.
|
||||
* Importing without autotagging ("beet import -A") is now faster and
|
||||
doesn't print out a bunch of whitespace.
|
||||
|
||||
1.0b1
|
||||
-----
|
||||
|
|
|
|||
2
setup.py
2
setup.py
|
|
@ -17,7 +17,7 @@
|
|||
from setuptools import setup
|
||||
|
||||
setup(name='beets',
|
||||
version='1.0b1',
|
||||
version='1.0b2',
|
||||
description='music tagger and library organizer',
|
||||
author='Adrian Sampson',
|
||||
author_email='adrian@radbox.org',
|
||||
|
|
|
|||
Loading…
Reference in a new issue