version bump: 1.3.4

This commit is contained in:
Adrian Sampson 2014-02-27 10:55:46 -08:00
parent f9a820d303
commit 982ccce02e
4 changed files with 5 additions and 5 deletions

View file

@ -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.3.3'
__version__ = '1.3.4'
__author__ = 'Adrian Sampson <adrian@radbox.org>'
import beets.library

View file

@ -1,7 +1,7 @@
Changelog
=========
1.3.3 (February 26, 2014)
1.3.4 (February 26, 2014)
-------------------------
Version 1.3.3 brings a bunch changes to how item and album fields work

View file

@ -13,7 +13,7 @@ project = u'beets'
copyright = u'2012, Adrian Sampson'
version = '1.3'
release = '1.3.3'
release = '1.3.4'
pygments_style = 'sphinx'

View file

@ -1,7 +1,7 @@
#!/usr/bin/env python
# This file is part of beets.
# Copyright 2013, Adrian Sampson.
# Copyright 2014, Adrian Sampson.
#
# Permission is hereby granted, free of charge, to any person obtaining
# a copy of this software and associated documentation files (the
@ -42,7 +42,7 @@ if 'sdist' in sys.argv:
shutil.copytree(os.path.join(docdir, '_build', 'man'), mandir)
setup(name='beets',
version='1.3.3',
version='1.3.4',
description='music tagger and library organizer',
author='Adrian Sampson',
author_email='adrian@radbox.org',