Merge pull request #13 from ryanpetrello/master

Version increment.
This commit is contained in:
Alfredo Deza
2015-07-31 14:27:02 -04:00
2 changed files with 9 additions and 1 deletions

View File

@@ -1,3 +1,11 @@
1.0.1
====
* Fixed a bug wherein the file extension for URLs with a trailing slash
(`file.html` vs `file.html/`) were not correctly guessed, thus resulting in
incorrect Content-Type headers.
* Fixed a subtle bug in `pecan.config.Configuration` attribute/item assignment
that caused some types of configuration changes to silently fail.
1.0.0
=====
* Replaced pecan's debugger middleware with an (optional) dependency on the

View File

@@ -3,7 +3,7 @@ import platform
from setuptools import setup, find_packages
version = '1.0.0'
version = '1.0.1'
#
# determine requirements