mirror of
https://github.com/beetbox/beets.git
synced 2026-01-09 01:15:38 +01:00
bump version to b4
This commit is contained in:
parent
fb7773ba46
commit
0746fca7d7
2 changed files with 8 additions and 1 deletions
7
NEWS
7
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
|
||||
|
|
|
|||
2
setup.py
2
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',
|
||||
|
|
|
|||
Loading…
Reference in a new issue