mirror of
https://github.com/beetbox/beets.git
synced 2025-12-21 16:13:38 +01:00
Version bump for dev: 1.3.12
This commit is contained in:
parent
e1013fe9c9
commit
b94088eceb
4 changed files with 9 additions and 3 deletions
|
|
@ -17,7 +17,7 @@ from __future__ import absolute_import, unicode_literals
|
|||
import beets.library
|
||||
from beets.util import confit
|
||||
|
||||
__version__ = '1.3.11'
|
||||
__version__ = '1.3.12'
|
||||
__author__ = 'Adrian Sampson <adrian@radbox.org>'
|
||||
|
||||
Library = beets.library.Library
|
||||
|
|
|
|||
|
|
@ -1,6 +1,12 @@
|
|||
Changelog
|
||||
=========
|
||||
|
||||
1.3.12 (in development)
|
||||
-----------------------
|
||||
|
||||
Changelog goes here!
|
||||
|
||||
|
||||
1.3.11 (April 5, 2015)
|
||||
----------------------
|
||||
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@ project = u'beets'
|
|||
copyright = u'2012, Adrian Sampson'
|
||||
|
||||
version = '1.3'
|
||||
release = '1.3.11'
|
||||
release = '1.3.12'
|
||||
|
||||
pygments_style = 'sphinx'
|
||||
|
||||
|
|
|
|||
2
setup.py
2
setup.py
|
|
@ -47,7 +47,7 @@ if 'sdist' in sys.argv:
|
|||
|
||||
setup(
|
||||
name='beets',
|
||||
version='1.3.11',
|
||||
version='1.3.12',
|
||||
description='music tagger and library organizer',
|
||||
author='Adrian Sampson',
|
||||
author_email='adrian@radbox.org',
|
||||
|
|
|
|||
Loading…
Reference in a new issue