mirror of
https://github.com/beetbox/beets.git
synced 2025-12-06 08:39:17 +01:00
Version bump: 1.4.6
This commit is contained in:
parent
4917bd30f7
commit
7e8056b0e8
4 changed files with 9 additions and 3 deletions
|
|
@ -19,7 +19,7 @@ import os
|
|||
|
||||
from beets.util import confit
|
||||
|
||||
__version__ = u'1.4.5'
|
||||
__version__ = u'1.4.6'
|
||||
__author__ = u'Adrian Sampson <adrian@radbox.org>'
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,12 @@
|
|||
Changelog
|
||||
=========
|
||||
|
||||
1.4.6 (in development)
|
||||
----------------------
|
||||
|
||||
Changelog goes here!
|
||||
|
||||
|
||||
1.4.5 (June 20, 2017)
|
||||
---------------------
|
||||
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@ project = u'beets'
|
|||
copyright = u'2016, Adrian Sampson'
|
||||
|
||||
version = '1.4'
|
||||
release = '1.4.5'
|
||||
release = '1.4.6'
|
||||
|
||||
pygments_style = 'sphinx'
|
||||
|
||||
|
|
|
|||
2
setup.py
2
setup.py
|
|
@ -56,7 +56,7 @@ if 'sdist' in sys.argv:
|
|||
|
||||
setup(
|
||||
name='beets',
|
||||
version='1.4.5',
|
||||
version='1.4.6',
|
||||
description='music tagger and library organizer',
|
||||
author='Adrian Sampson',
|
||||
author_email='adrian@radbox.org',
|
||||
|
|
|
|||
Loading…
Reference in a new issue