mirror of
https://github.com/beetbox/beets.git
synced 2025-12-24 17:43:52 +01:00
Version bump for 1.3.16
This commit is contained in:
parent
60e5e388cc
commit
ef26d4c926
4 changed files with 9 additions and 3 deletions
|
|
@ -19,7 +19,7 @@ import os
|
|||
import beets.library
|
||||
from beets.util import confit
|
||||
|
||||
__version__ = '1.3.15'
|
||||
__version__ = '1.3.16'
|
||||
__author__ = 'Adrian Sampson <adrian@radbox.org>'
|
||||
|
||||
Library = beets.library.Library
|
||||
|
|
|
|||
|
|
@ -1,6 +1,12 @@
|
|||
Changelog
|
||||
=========
|
||||
|
||||
1.3.16 (in development)
|
||||
-----------------------
|
||||
|
||||
Changelog goes here!
|
||||
|
||||
|
||||
1.3.15 (October 17, 2015)
|
||||
-------------------------
|
||||
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@ project = u'beets'
|
|||
copyright = u'2012, Adrian Sampson'
|
||||
|
||||
version = '1.3'
|
||||
release = '1.3.15'
|
||||
release = '1.3.16'
|
||||
|
||||
pygments_style = 'sphinx'
|
||||
|
||||
|
|
|
|||
2
setup.py
2
setup.py
|
|
@ -55,7 +55,7 @@ if 'sdist' in sys.argv:
|
|||
|
||||
setup(
|
||||
name='beets',
|
||||
version='1.3.15',
|
||||
version='1.3.16',
|
||||
description='music tagger and library organizer',
|
||||
author='Adrian Sampson',
|
||||
author_email='adrian@radbox.org',
|
||||
|
|
|
|||
Loading…
Reference in a new issue