version bump: 1.3.5

This commit is contained in:
Adrian Sampson 2014-04-05 11:55:14 -07:00
parent f44960c774
commit c742ad631e
4 changed files with 10 additions and 4 deletions

View file

@ -1,5 +1,5 @@
# 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
@ -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.4'
__version__ = '1.3.5'
__author__ = 'Adrian Sampson <adrian@radbox.org>'
import beets.library

View file

@ -1,6 +1,12 @@
Changelog
=========
1.3.5 (in development)
----------------------
Changelog goes here!
1.3.4 (April 5, 2014)
---------------------

View file

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

View file

@ -42,7 +42,7 @@ if 'sdist' in sys.argv:
shutil.copytree(os.path.join(docdir, '_build', 'man'), mandir)
setup(name='beets',
version='1.3.4',
version='1.3.5',
description='music tagger and library organizer',
author='Adrian Sampson',
author_email='adrian@radbox.org',