mirror of
https://github.com/beetbox/beets.git
synced 2026-01-05 07:23:33 +01:00
version numbers for 1.0rc2 release
This commit is contained in:
parent
3b56bf4b8b
commit
71fd8d5030
4 changed files with 9 additions and 5 deletions
|
|
@ -12,7 +12,7 @@
|
|||
# The above copyright notice and this permission notice shall be
|
||||
# included in all copies or substantial portions of the Software.
|
||||
|
||||
__version__ = '1.0rc2-dev'
|
||||
__version__ = '1.0rc2'
|
||||
__author__ = 'Adrian Sampson <adrian@radbox.org>'
|
||||
|
||||
import beets.library
|
||||
|
|
|
|||
|
|
@ -1,8 +1,12 @@
|
|||
Changelog
|
||||
=========
|
||||
|
||||
1.0rc2 (in development)
|
||||
-----------------------
|
||||
1.0rc2 (December 31, 2012)
|
||||
--------------------------
|
||||
|
||||
This second release candidate follows quickly after rc1 and fixes a few small
|
||||
bugs found since that release. There were a couple of regressions and some bugs
|
||||
in a newly added plugin.
|
||||
|
||||
* :doc:`/plugins/echonest_tempo`: If the Echo Nest API limit is exceeded or a
|
||||
communication error occurs, the plugin now waits and tries again instead of
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@ project = u'beets'
|
|||
copyright = u'2012, Adrian Sampson'
|
||||
|
||||
version = '1.0'
|
||||
release = '1.0rc2-dev'
|
||||
release = '1.0rc2'
|
||||
|
||||
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)
|
||||
|
||||
setup(name='beets',
|
||||
version='1.0rc2-dev',
|
||||
version='1.0rc2',
|
||||
description='music tagger and library organizer',
|
||||
author='Adrian Sampson',
|
||||
author_email='adrian@radbox.org',
|
||||
|
|
|
|||
Loading…
Reference in a new issue