mirror of
https://github.com/beetbox/beets.git
synced 2026-01-04 06:53:27 +01:00
changelog for #335, version bump
This commit is contained in:
parent
3a20a83ad4
commit
649dcd760d
4 changed files with 10 additions and 3 deletions
|
|
@ -12,7 +12,7 @@
|
|||
# The above copyright notice and this permission notice shall be
|
||||
# included in all copies or substantial portions of the Software.
|
||||
|
||||
__version__ = '1.2.1'
|
||||
__version__ = '1.2.2'
|
||||
__author__ = 'Adrian Sampson <adrian@radbox.org>'
|
||||
|
||||
import beets.library
|
||||
|
|
|
|||
|
|
@ -1,6 +1,13 @@
|
|||
Changelog
|
||||
=========
|
||||
|
||||
1.2.2 (in development)
|
||||
----------------------
|
||||
|
||||
* A new plugin event, ``item_moved``, is sent when files are moved on disk.
|
||||
Thanks to dsedivec.
|
||||
|
||||
|
||||
1.2.1 (June 22, 2013)
|
||||
---------------------
|
||||
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@ project = u'beets'
|
|||
copyright = u'2012, Adrian Sampson'
|
||||
|
||||
version = '1.2'
|
||||
release = '1.2.1'
|
||||
release = '1.2.2'
|
||||
|
||||
pygments_style = 'sphinx'
|
||||
|
||||
|
|
|
|||
2
setup.py
2
setup.py
|
|
@ -42,7 +42,7 @@ if 'sdist' in sys.argv:
|
|||
shutil.copytree(os.path.join(docdir, '_build', 'man'), mandir)
|
||||
|
||||
setup(name='beets',
|
||||
version='1.2.1',
|
||||
version='1.2.2',
|
||||
description='music tagger and library organizer',
|
||||
author='Adrian Sampson',
|
||||
author_email='adrian@radbox.org',
|
||||
|
|
|
|||
Loading…
Reference in a new issue