prepare release 0.3.2

- update ChangeLog
- bump version number in docs/source/conf.py and setup.py
This commit is contained in:
Jan Dittberner 2014-04-10 18:06:39 +02:00
parent 923c463592
commit 871284270d
3 changed files with 9 additions and 5 deletions

View file

@ -28,14 +28,14 @@ except ImportError:
setup(
name='debianmemberportfolio',
version='0.3.1',
version='0.3.2',
description='service to create Debian Member Portfolio URLs',
long_description="""This is a service implementation that returns a set of
personalized URLs as outlined in http://wiki.debian.org/DDPortfolio. It
takes the Debian Member's full name and email address as input and returns
a JSON formatted array of URLs.""",
# Get strings from http://pypi.python.org/pypi?%3Aaction=list_classifiers
classifiers=['Development Status :: 3 - Alpha',
classifiers=['Development Status :: 5 - Production/Stable',
'Environment :: Web Environment',
'License :: DFSG approved',
'License :: OSI approved :: ' +
@ -46,7 +46,7 @@ setup(
author_email='jan@dittberner.info',
url='http://debian-stuff.dittberner.info/debianmemberportfolio',
license='AGPL-3.0+',
install_requires=["Pylons>=0.10rc1", 'babel>=0.9.4'],
install_requires=["Pylons>=1.0", 'babel>=0.9.6'],
packages=find_packages(exclude=['ez_setup']),
include_package_data=True,
test_suite='nose.collector',