mirror of
https://github.com/beetbox/beets.git
synced 2025-12-06 16:42:42 +01:00
Version bump: 1.3.10
This may turn into 1.4.0 depending on the scope of the release, but 1.3.10 for now.
This commit is contained in:
parent
c564adefc0
commit
759f8224cc
4 changed files with 9 additions and 3 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.3.9'
|
||||
__version__ = '1.3.10'
|
||||
__author__ = 'Adrian Sampson <adrian@radbox.org>'
|
||||
|
||||
import beets.library
|
||||
|
|
|
|||
|
|
@ -1,6 +1,12 @@
|
|||
Changelog
|
||||
=========
|
||||
|
||||
1.3.10 (in development)
|
||||
-----------------------
|
||||
|
||||
Changelog goes here!
|
||||
|
||||
|
||||
1.3.9 (November 17, 2014)
|
||||
-------------------------
|
||||
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@ project = u'beets'
|
|||
copyright = u'2012, Adrian Sampson'
|
||||
|
||||
version = '1.3'
|
||||
release = '1.3.9'
|
||||
release = '1.3.10'
|
||||
|
||||
pygments_style = 'sphinx'
|
||||
|
||||
|
|
|
|||
2
setup.py
2
setup.py
|
|
@ -45,7 +45,7 @@ if 'sdist' in sys.argv:
|
|||
|
||||
setup(
|
||||
name='beets',
|
||||
version='1.3.9',
|
||||
version='1.3.10',
|
||||
description='music tagger and library organizer',
|
||||
author='Adrian Sampson',
|
||||
author_email='adrian@radbox.org',
|
||||
|
|
|
|||
Loading…
Reference in a new issue