bump version to b4

This commit is contained in:
Adrian Sampson 2010-07-29 11:12:38 -07:00
parent fb7773ba46
commit 0746fca7d7
2 changed files with 8 additions and 1 deletions

7
NEWS
View file

@ -1,3 +1,10 @@
1.0b4
-----
* Fixed a bug where the CLI would fail completely if the LANG
environment variable was not set.
* Fixed removal of albums (beet remove -a): previously, the album
record would stay around although the items were deleted.
1.0b3
-----
* Album art. The tagger now, by default, downloads album art from

View file

@ -22,7 +22,7 @@ def _read(fn):
return open(path).read()
setup(name='beets',
version='1.0b3',
version='1.0b4',
description='music tagger and library organizer',
author='Adrian Sampson',
author_email='adrian@radbox.org',