mirror of
https://github.com/beetbox/beets.git
synced 2026-01-02 22:12:53 +01:00
Version bump: v1.5.1
This commit is contained in:
parent
92b6d7ea7c
commit
21e11f5bb3
4 changed files with 9 additions and 3 deletions
|
|
@ -18,7 +18,7 @@ from __future__ import division, absolute_import, print_function
|
|||
import confuse
|
||||
from sys import stderr
|
||||
|
||||
__version__ = u'1.5.0'
|
||||
__version__ = u'1.5.1'
|
||||
__author__ = u'Adrian Sampson <adrian@radbox.org>'
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,12 @@
|
|||
Changelog
|
||||
=========
|
||||
|
||||
1.5.1 (in development)
|
||||
----------------------
|
||||
|
||||
Changelog goes here!
|
||||
|
||||
|
||||
1.5.0 (August 19, 2021)
|
||||
-----------------------
|
||||
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@ project = u'beets'
|
|||
copyright = u'2016, Adrian Sampson'
|
||||
|
||||
version = '1.5'
|
||||
release = '1.5.0'
|
||||
release = '1.5.1'
|
||||
|
||||
pygments_style = 'sphinx'
|
||||
|
||||
|
|
|
|||
2
setup.py
2
setup.py
|
|
@ -56,7 +56,7 @@ if 'sdist' in sys.argv:
|
|||
|
||||
setup(
|
||||
name='beets',
|
||||
version='1.5.0',
|
||||
version='1.5.1',
|
||||
description='music tagger and library organizer',
|
||||
author='Adrian Sampson',
|
||||
author_email='adrian@radbox.org',
|
||||
|
|
|
|||
Loading…
Reference in a new issue