From 0746fca7d7c388f0ef6369a242c4e487ab1a53e4 Mon Sep 17 00:00:00 2001 From: Adrian Sampson Date: Thu, 29 Jul 2010 11:12:38 -0700 Subject: [PATCH] bump version to b4 --- NEWS | 7 +++++++ setup.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 7f60deff5..a0ba47aa8 100644 --- a/NEWS +++ b/NEWS @@ -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 diff --git a/setup.py b/setup.py index 5ab584fd7..b97cea822 100755 --- a/setup.py +++ b/setup.py @@ -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',