From 737feba0fe59c804ccba24eea4ec2b78fba59a65 Mon Sep 17 00:00:00 2001 From: Koen Van Daele Date: Sun, 27 Sep 2015 20:53:40 +0200 Subject: [PATCH] Project housekeeping. Test with python 3.5 --- .travis.yml | 2 +- CHANGES.rst | 3 ++- setup.py | 4 ++-- tox.ini | 2 +- 4 files changed, 6 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 148f66d..a3db0cb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,8 +1,8 @@ language: python python: - "2.7" - - "3.3" - "3.4" + - "3.5" env: - LC_ALL=en_US.utf-8 install: diff --git a/CHANGES.rst b/CHANGES.rst index b506cd3..06aacb0 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,4 +1,5 @@ -0.1.0 (??-09-2015) +0.1.0 (27-09-2015) ------------------ - Initial version +- Allows redirecting a a regular URI and with a query service. diff --git a/setup.py b/setup.py index be5be2c..7ed2aeb 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ ] setup(name='urihandler', - version='0.1.0.dev0', + version='0.1.0', description='A tiny application that handles (cool) uri\'s.', long_description=README + '\n\n' + CHANGES, classifiers=[ @@ -29,7 +29,7 @@ ], author='Flanders Heritage Agency', author_email='ict@onroerenderfgoed.be', - url='http://urihandler.readthedocs.org', + url='https://github.com/OnroerendErfgoed/urihandler', license='GPLv3', keywords='web wsgi pyramid uri', packages=find_packages(), diff --git a/tox.ini b/tox.ini index b1cd094..ef2526d 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py27, py33, py34, cover +envlist = py27, py34, py35, cover [testenv] commands =