mirror of
https://github.com/beetbox/beets.git
synced 2025-12-27 11:02:43 +01:00
Next release version is 1.4.0, not 1.3.20
It's time for a minor version bump with our six dependency and "experimental" Python 3 support.
This commit is contained in:
parent
40ab3f2992
commit
b49d3344d4
4 changed files with 6 additions and 6 deletions
|
|
@ -19,7 +19,7 @@ import os
|
|||
|
||||
from beets.util import confit
|
||||
|
||||
__version__ = u'1.3.20'
|
||||
__version__ = u'1.4.0'
|
||||
__author__ = u'Adrian Sampson <adrian@radbox.org>'
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
Changelog
|
||||
=========
|
||||
|
||||
1.3.20 (in development)
|
||||
-----------------------
|
||||
1.4.0 (in development)
|
||||
----------------------
|
||||
|
||||
Some dependency notes for packagers:
|
||||
|
||||
|
|
|
|||
|
|
@ -15,8 +15,8 @@ master_doc = 'index'
|
|||
project = u'beets'
|
||||
copyright = u'2016, Adrian Sampson'
|
||||
|
||||
version = '1.3'
|
||||
release = '1.3.20'
|
||||
version = '1.4'
|
||||
release = '1.4.0'
|
||||
|
||||
pygments_style = 'sphinx'
|
||||
|
||||
|
|
|
|||
2
setup.py
2
setup.py
|
|
@ -56,7 +56,7 @@ if 'sdist' in sys.argv:
|
|||
|
||||
setup(
|
||||
name='beets',
|
||||
version='1.3.20',
|
||||
version='1.4.0',
|
||||
description='music tagger and library organizer',
|
||||
author='Adrian Sampson',
|
||||
author_email='adrian@radbox.org',
|
||||
|
|
|
|||
Loading…
Reference in a new issue